HSL(339, 52%, 75%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(339,52%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(339, 52%, 75%) | color: hsl(339, 52%, 75%) | |
| HEX | #E09EB5 | color: #E09EB5 | |
| RGB | rgb(224, 158, 181) | color: rgb(224, 158, 181) | |
| CMYK | cmyk(0%, 29%, 19%, 12%) | — | |
| HSV | hsv(339, 29%, 88%) | — | |
| HWB | hwb(339 62% 12%) | color: hwb(339 62% 12%) | |
| OKLCH | oklch(0.7693 0.0835 356.63) | color: oklch(0.7693 0.0835 356.63) | |
| Lab | lab(71.99 27.86 -2.01) | color: lab(71.99 27.86 -2.01) | |
| LCH | lch(71.99 27.93 355.87) | color: lch(71.99 27.93 355.87) |
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)
#C3C3AF — rgb(195, 195, 175)
Deuteranopia (Green-blind)
#C7CCAE — rgb(199, 204, 174)
Tritanopia (Blue-blind)
#DDABAA — rgb(221, 171, 170)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(339, 52%, 75%);
text
color: hsl(339, 52%, 75%);
border
border: 2px solid hsl(339, 52%, 75%);
gradient light
background: linear-gradient(to right, hsl(339, 52%, 95%), hsl(339, 52%, 75%));
gradient dark
background: linear-gradient(to right, hsl(339, 52%, 75%), hsl(339, 52%, 55%))
hex
background-color: #E09EB5;
tailwind
bg-[hsl(339,52%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(339, 52%, 75%, 0.4);
css variable
--color-primary: hsl(339, 52%, 75%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(339, 52%, 75%)?
HEX: #E09EB5 | RGB: rgb(224, 158, 181) | CMYK: 0%, 29%, 19%, 12% | HSV: 339°, 29%, 88%. Copy any format from the conversion table above.
What colors go well with #E09EB5?
The complementary color is HSL(159, 52%, 75%). For a triadic harmony, use hues 339°, 99°, and 219°. For analogous combinations, try hues 309° and 9°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(339, 52%, 75%) in CSS?
As HSL: color: hsl(339, 52%, 75%); — As HEX: color: #E09EB5; — As RGB: color: rgb(224, 158, 181); — Tailwind CSS: bg-[hsl(339,52%,75%)] — CSS variable: --color-primary: hsl(339, 52%, 75%);