HSL(319, 55%, 62%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(319,55%,62%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(319, 55%, 62%) | color: hsl(319, 55%, 62%) | |
| HEX | #D369B2 | color: #D369B2 | |
| RGB | rgb(211, 105, 178) | color: rgb(211, 105, 178) | |
| CMYK | cmyk(0%, 50%, 16%, 17%) | — | |
| HSV | hsv(319, 50%, 83%) | — | |
| HWB | hwb(319 42% 17%) | color: hwb(319 42% 17%) | |
| OKLCH | oklch(0.6682 0.1586 340.58) | color: oklch(0.6682 0.1586 340.58) | |
| Lab | lab(59.13 50.7 -19.72) | color: lab(59.13 50.7 -19.72) | |
| LCH | lch(59.13 54.4 338.75) | color: lch(59.13 54.4 338.75) |
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)
#A5A4A0 — rgb(165, 164, 160)
Deuteranopia (Green-blind)
#ABB39C — rgb(171, 179, 156)
Tritanopia (Blue-blind)
#CE928F — rgb(206, 146, 143)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(319, 55%, 62%);
text
color: hsl(319, 55%, 62%);
border
border: 2px solid hsl(319, 55%, 62%);
gradient light
background: linear-gradient(to right, hsl(319, 55%, 82%), hsl(319, 55%, 62%));
gradient dark
background: linear-gradient(to right, hsl(319, 55%, 62%), hsl(319, 55%, 42%))
hex
background-color: #D369B2;
tailwind
bg-[hsl(319,55%,62%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(319, 55%, 62%, 0.4);
css variable
--color-primary: hsl(319, 55%, 62%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(319, 55%, 62%)?
HEX: #D369B2 | RGB: rgb(211, 105, 178) | CMYK: 0%, 50%, 16%, 17% | HSV: 319°, 50%, 83%. Copy any format from the conversion table above.
What colors go well with #D369B2?
The complementary color is HSL(139, 55%, 62%). 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, 55%, 62%) in CSS?
As HSL: color: hsl(319, 55%, 62%); — As HEX: color: #D369B2; — As RGB: color: rgb(211, 105, 178); — Tailwind CSS: bg-[hsl(319,55%,62%)] — CSS variable: --color-primary: hsl(319, 55%, 62%);