HSL(334, 65%, 77%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(334,65%,77%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(334, 65%, 77%) | color: hsl(334, 65%, 77%) | |
| HEX | #EA9EBF | color: #EA9EBF | |
| RGB | rgb(234, 158, 191) | color: rgb(234, 158, 191) | |
| CMYK | cmyk(0%, 32%, 18%, 8%) | — | |
| HSV | hsv(334, 32%, 92%) | — | |
| HWB | hwb(334 63% 8%) | color: hwb(334 63% 8%) | |
| OKLCH | oklch(0.7831 0.0991 351.97) | color: oklch(0.7831 0.0991 351.97) | |
| Lab | lab(73.36 32.91 -5.39) | color: lab(73.36 32.91 -5.39) | |
| LCH | lch(73.36 33.35 350.7) | color: lch(73.36 33.35 350.7) |
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)
#C9C8B7 — rgb(201, 200, 183)
Deuteranopia (Green-blind)
#CED3B5 — rgb(206, 211, 181)
Tritanopia (Blue-blind)
#E6B1AF — rgb(230, 177, 175)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(334, 65%, 77%);
text
color: hsl(334, 65%, 77%);
border
border: 2px solid hsl(334, 65%, 77%);
gradient light
background: linear-gradient(to right, hsl(334, 65%, 97%), hsl(334, 65%, 77%));
gradient dark
background: linear-gradient(to right, hsl(334, 65%, 77%), hsl(334, 65%, 57%))
hex
background-color: #EA9EBF;
tailwind
bg-[hsl(334,65%,77%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(334, 65%, 77%, 0.4);
css variable
--color-primary: hsl(334, 65%, 77%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(334, 65%, 77%)?
HEX: #EA9EBF | RGB: rgb(234, 158, 191) | CMYK: 0%, 32%, 18%, 8% | HSV: 334°, 32%, 92%. Copy any format from the conversion table above.
What colors go well with #EA9EBF?
The complementary color is HSL(154, 65%, 77%). For a triadic harmony, use hues 334°, 94°, and 214°. For analogous combinations, try hues 304° and 4°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(334, 65%, 77%) in CSS?
As HSL: color: hsl(334, 65%, 77%); — As HEX: color: #EA9EBF; — As RGB: color: rgb(234, 158, 191); — Tailwind CSS: bg-[hsl(334,65%,77%)] — CSS variable: --color-primary: hsl(334, 65%, 77%);