HSL(331, 65%, 77%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(331,65%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(331, 65%, 77%) | color: hsl(331, 65%, 77%) | |
| HEX | #EA9EC3 | color: #EA9EC3 | |
| RGB | rgb(234, 158, 195) | color: rgb(234, 158, 195) | |
| CMYK | cmyk(0%, 32%, 17%, 8%) | — | |
| HSV | hsv(331, 32%, 92%) | — | |
| HWB | hwb(331 63% 8%) | color: hwb(331 63% 8%) | |
| OKLCH | oklch(0.7844 0.1013 349.02) | color: oklch(0.7844 0.1013 349.02) | |
| Lab | lab(73.47 33.53 -7.42) | color: lab(73.47 33.53 -7.42) | |
| LCH | lch(73.47 34.34 347.52) | color: lch(73.47 34.34 347.52) |
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)
#C9C8BA — rgb(201, 200, 186)
Deuteranopia (Green-blind)
#CED3B8 — rgb(206, 211, 184)
Tritanopia (Blue-blind)
#E6B3B1 — rgb(230, 179, 177)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(331, 65%, 77%);
text
color: hsl(331, 65%, 77%);
border
border: 2px solid hsl(331, 65%, 77%);
gradient light
background: linear-gradient(to right, hsl(331, 65%, 97%), hsl(331, 65%, 77%));
gradient dark
background: linear-gradient(to right, hsl(331, 65%, 77%), hsl(331, 65%, 57%))
hex
background-color: #EA9EC3;
tailwind
bg-[hsl(331,65%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(331, 65%, 77%, 0.4);
css variable
--color-primary: hsl(331, 65%, 77%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(331, 65%, 77%)?
HEX: #EA9EC3 | RGB: rgb(234, 158, 195) | CMYK: 0%, 32%, 17%, 8% | HSV: 331°, 32%, 92%. Copy any format from the conversion table above.
What colors go well with #EA9EC3?
The complementary color is HSL(151, 65%, 77%). For a triadic harmony, use hues 331°, 91°, and 211°. For analogous combinations, try hues 301° and 1°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(331, 65%, 77%) in CSS?
As HSL: color: hsl(331, 65%, 77%); — As HEX: color: #EA9EC3; — As RGB: color: rgb(234, 158, 195); — Tailwind CSS: bg-[hsl(331,65%,77%)] — CSS variable: --color-primary: hsl(331, 65%, 77%);