HSL(319, 45%, 55%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(319,45%,55%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(319, 45%, 55%) | color: hsl(319, 45%, 55%) | |
| HEX | #C0599F | color: #C0599F | |
| RGB | rgb(192, 89, 159) | color: rgb(192, 89, 159) | |
| CMYK | cmyk(0%, 54%, 17%, 25%) | — | |
| HSV | hsv(319, 54%, 75%) | — | |
| HWB | hwb(319 35% 25%) | color: hwb(319 35% 25%) | |
| OKLCH | oklch(0.6132 0.1555 341.36) | color: oklch(0.6132 0.1555 341.36) | |
| Lab | lab(52.79 49.75 -18.6) | color: lab(52.79 49.75 -18.6) | |
| LCH | lch(52.79 53.11 339.5) | color: lch(52.79 53.11 339.5) |
Color Theory
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
Best text on this color: black
Color Blindness Simulation
Protanopia (Red-blind)
#93928E — rgb(147, 146, 142)
Deuteranopia (Green-blind)
#99A18A — rgb(153, 161, 138)
Tritanopia (Blue-blind)
#BB817E — rgb(187, 129, 126)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(319, 45%, 55%);
text
color: hsl(319, 45%, 55%);
border
border: 2px solid hsl(319, 45%, 55%);
gradient light
background: linear-gradient(to right, hsl(319, 45%, 75%), hsl(319, 45%, 55%));
gradient dark
background: linear-gradient(to right, hsl(319, 45%, 55%), hsl(319, 45%, 35%))
hex
background-color: #C0599F;
tailwind
bg-[hsl(319,45%,55%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(319, 45%, 55%, 0.4);
css variable
--color-primary: hsl(319, 45%, 55%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(319, 45%, 55%)?
HEX: #C0599F | RGB: rgb(192, 89, 159) | CMYK: 0%, 54%, 17%, 25% | HSV: 319°, 54%, 75%. Copy any format from the conversion table above.
What colors go well with #C0599F?
The complementary color is HSL(139, 45%, 55%). For a triadic harmony, use hues 319°, 79°, and 199°. For analogous combinations, try hues 289° and 349°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(319, 45%, 55%) in CSS?
As HSL: color: hsl(319, 45%, 55%); — As HEX: color: #C0599F; — As RGB: color: rgb(192, 89, 159); — Tailwind CSS: bg-[hsl(319,45%,55%)] — CSS variable: --color-primary: hsl(319, 45%, 55%);