HSL(324, 65%, 77%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(324,65%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(324, 65%, 77%) | color: hsl(324, 65%, 77%) | |
| HEX | #EA9ECC | color: #EA9ECC | |
| RGB | rgb(234, 158, 204) | color: rgb(234, 158, 204) | |
| CMYK | cmyk(0%, 32%, 13%, 8%) | — | |
| HSV | hsv(324, 32%, 92%) | — | |
| HWB | hwb(324 63% 8%) | color: hwb(324 63% 8%) | |
| OKLCH | oklch(0.7874 0.1071 342.84) | color: oklch(0.7874 0.1071 342.84) | |
| Lab | lab(73.75 34.96 -11.97) | color: lab(73.75 34.96 -11.97) | |
| LCH | lch(73.75 36.95 341.1) | color: lch(73.75 36.95 341.1) |
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)
#C9C8C1 — rgb(201, 200, 193)
Deuteranopia (Green-blind)
#CED3BE — rgb(206, 211, 190)
Tritanopia (Blue-blind)
#E6B8B6 — rgb(230, 184, 182)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(324, 65%, 77%);
text
color: hsl(324, 65%, 77%);
border
border: 2px solid hsl(324, 65%, 77%);
gradient light
background: linear-gradient(to right, hsl(324, 65%, 97%), hsl(324, 65%, 77%));
gradient dark
background: linear-gradient(to right, hsl(324, 65%, 77%), hsl(324, 65%, 57%))
hex
background-color: #EA9ECC;
tailwind
bg-[hsl(324,65%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(324, 65%, 77%, 0.4);
css variable
--color-primary: hsl(324, 65%, 77%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(324, 65%, 77%)?
HEX: #EA9ECC | RGB: rgb(234, 158, 204) | CMYK: 0%, 32%, 13%, 8% | HSV: 324°, 32%, 92%. Copy any format from the conversion table above.
What colors go well with #EA9ECC?
The complementary color is HSL(144, 65%, 77%). For a triadic harmony, use hues 324°, 84°, and 204°. For analogous combinations, try hues 294° and 354°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(324, 65%, 77%) in CSS?
As HSL: color: hsl(324, 65%, 77%); — As HEX: color: #EA9ECC; — As RGB: color: rgb(234, 158, 204); — Tailwind CSS: bg-[hsl(324,65%,77%)] — CSS variable: --color-primary: hsl(324, 65%, 77%);