HSL(339, 55%, 75%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(339,55%,75%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(339, 55%, 75%) | color: hsl(339, 55%, 75%) | |
| HEX | #E29CB5 | color: #E29CB5 | |
| RGB | rgb(226, 156, 181) | color: rgb(226, 156, 181) | |
| CMYK | cmyk(0%, 31%, 20%, 11%) | — | |
| HSV | hsv(339, 31%, 89%) | — | |
| HWB | hwb(339 61% 11%) | color: hwb(339 61% 11%) | |
| OKLCH | oklch(0.7679 0.089 356.29) | color: oklch(0.7679 0.089 356.29) | |
| Lab | lab(71.75 29.65 -2.33) | color: lab(71.75 29.65 -2.33) | |
| LCH | lch(71.75 29.74 355.51) | color: lch(71.75 29.74 355.51) |
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)
#C4C3AF — rgb(196, 195, 175)
Deuteranopia (Green-blind)
#C8CDAE — rgb(200, 205, 174)
Tritanopia (Blue-blind)
#DFAAA9 — rgb(223, 170, 169)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(339, 55%, 75%);
text
color: hsl(339, 55%, 75%);
border
border: 2px solid hsl(339, 55%, 75%);
gradient light
background: linear-gradient(to right, hsl(339, 55%, 95%), hsl(339, 55%, 75%));
gradient dark
background: linear-gradient(to right, hsl(339, 55%, 75%), hsl(339, 55%, 55%))
hex
background-color: #E29CB5;
tailwind
bg-[hsl(339,55%,75%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(339, 55%, 75%, 0.4);
css variable
--color-primary: hsl(339, 55%, 75%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(339, 55%, 75%)?
HEX: #E29CB5 | RGB: rgb(226, 156, 181) | CMYK: 0%, 31%, 20%, 11% | HSV: 339°, 31%, 89%. Copy any format from the conversion table above.
What colors go well with #E29CB5?
The complementary color is HSL(159, 55%, 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, 55%, 75%) in CSS?
As HSL: color: hsl(339, 55%, 75%); — As HEX: color: #E29CB5; — As RGB: color: rgb(226, 156, 181); — Tailwind CSS: bg-[hsl(339,55%,75%)] — CSS variable: --color-primary: hsl(339, 55%, 75%);