HSL(337, 66%, 72%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(337,66%,72%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(337, 66%, 72%) | color: hsl(337, 66%, 72%) | |
| HEX | #E788AD | color: #E788AD | |
| RGB | rgb(231, 136, 173) | color: rgb(231, 136, 173) | |
| CMYK | cmyk(0%, 41%, 25%, 9%) | — | |
| HSV | hsv(337, 41%, 91%) | — | |
| HWB | hwb(337 54% 9%) | color: hwb(337 54% 9%) | |
| OKLCH | oklch(0.7378 0.1233 355.71) | color: oklch(0.7378 0.1233 355.71) | |
| Lab | lab(67.74 40.8 -3.7) | color: lab(67.74 40.8 -3.7) | |
| LCH | lch(67.74 40.97 354.82) | color: lch(67.74 40.97 354.82) |
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)
#BEBDA4 — rgb(190, 189, 164)
Deuteranopia (Green-blind)
#C3CBA2 — rgb(195, 203, 162)
Tritanopia (Blue-blind)
#E29D9B — rgb(226, 157, 155)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(337, 66%, 72%);
text
color: hsl(337, 66%, 72%);
border
border: 2px solid hsl(337, 66%, 72%);
gradient light
background: linear-gradient(to right, hsl(337, 66%, 92%), hsl(337, 66%, 72%));
gradient dark
background: linear-gradient(to right, hsl(337, 66%, 72%), hsl(337, 66%, 52%))
hex
background-color: #E788AD;
tailwind
bg-[hsl(337,66%,72%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(337, 66%, 72%, 0.4);
css variable
--color-primary: hsl(337, 66%, 72%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(337, 66%, 72%)?
HEX: #E788AD | RGB: rgb(231, 136, 173) | CMYK: 0%, 41%, 25%, 9% | HSV: 337°, 41%, 91%. Copy any format from the conversion table above.
What colors go well with #E788AD?
The complementary color is HSL(157, 66%, 72%). 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%, 72%) in CSS?
As HSL: color: hsl(337, 66%, 72%); — As HEX: color: #E788AD; — As RGB: color: rgb(231, 136, 173); — Tailwind CSS: bg-[hsl(337,66%,72%)] — CSS variable: --color-primary: hsl(337, 66%, 72%);