HSL(337, 66%, 59%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(337,66%,59%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(337, 66%, 59%) | color: hsl(337, 66%, 59%) | |
| HEX | #DB5186 | color: #DB5186 | |
| RGB | rgb(219, 81, 134) | color: rgb(219, 81, 134) | |
| CMYK | cmyk(0%, 63%, 39%, 14%) | — | |
| HSV | hsv(337, 63%, 86%) | — | |
| HWB | hwb(337 32% 14%) | color: hwb(337 32% 14%) | |
| OKLCH | oklch(0.633 0.1786 359.79) | color: oklch(0.633 0.1786 359.79) | |
| Lab | lab(54.73 58.43 -0.53) | color: lab(54.73 58.43 -0.53) | |
| LCH | lch(54.73 58.43 359.48) | color: lch(54.73 58.43 359.48) |
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)
#9F9E79 — rgb(159, 158, 121)
Deuteranopia (Green-blind)
#A7B276 — rgb(167, 178, 118)
Tritanopia (Blue-blind)
#D46F6D — rgb(212, 111, 109)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(337, 66%, 59%);
text
color: hsl(337, 66%, 59%);
border
border: 2px solid hsl(337, 66%, 59%);
gradient light
background: linear-gradient(to right, hsl(337, 66%, 79%), hsl(337, 66%, 59%));
gradient dark
background: linear-gradient(to right, hsl(337, 66%, 59%), hsl(337, 66%, 39%))
hex
background-color: #DB5186;
tailwind
bg-[hsl(337,66%,59%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(337, 66%, 59%, 0.4);
css variable
--color-primary: hsl(337, 66%, 59%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(337, 66%, 59%)?
HEX: #DB5186 | RGB: rgb(219, 81, 134) | CMYK: 0%, 63%, 39%, 14% | HSV: 337°, 63%, 86%. Copy any format from the conversion table above.
What colors go well with #DB5186?
The complementary color is HSL(157, 66%, 59%). For a triadic harmony, use hues 337°, 97°, and 217°. For analogous combinations, try hues 307° and 7°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(337, 66%, 59%) in CSS?
As HSL: color: hsl(337, 66%, 59%); — As HEX: color: #DB5186; — As RGB: color: rgb(219, 81, 134); — Tailwind CSS: bg-[hsl(337,66%,59%)] — CSS variable: --color-primary: hsl(337, 66%, 59%);