HSL(322, 59%, 84%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(322,59%,84%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(322, 59%, 84%) | color: hsl(322, 59%, 84%) | |
| HEX | #EEBEDD | color: #EEBEDD | |
| RGB | rgb(238, 190, 221) | color: rgb(238, 190, 221) | |
| CMYK | cmyk(0%, 20%, 7%, 7%) | — | |
| HSV | hsv(321, 20%, 93%) | — | |
| HWB | hwb(321 74% 7%) | color: hwb(321 74% 7%) | |
| OKLCH | oklch(0.853 0.0679 339.76) | color: oklch(0.853 0.0679 339.76) | |
| Lab | lab(81.96 22.13 -8.9) | color: lab(81.96 22.13 -8.9) | |
| LCH | lch(81.96 23.85 338.09) | color: lch(81.96 23.85 338.09) |
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)
#D9D9D5 — rgb(217, 217, 213)
Deuteranopia (Green-blind)
#DCE0D4 — rgb(220, 224, 212)
Tritanopia (Blue-blind)
#ECD0CE — rgb(236, 208, 206)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(322, 59%, 84%);
text
color: hsl(322, 59%, 84%);
border
border: 2px solid hsl(322, 59%, 84%);
gradient light
background: linear-gradient(to right, hsl(322, 59%, 100%), hsl(322, 59%, 84%));
gradient dark
background: linear-gradient(to right, hsl(322, 59%, 84%), hsl(322, 59%, 64%))
hex
background-color: #EEBEDD;
tailwind
bg-[hsl(322,59%,84%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(322, 59%, 84%, 0.4);
css variable
--color-primary: hsl(322, 59%, 84%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(322, 59%, 84%)?
HEX: #EEBEDD | RGB: rgb(238, 190, 221) | CMYK: 0%, 20%, 7%, 7% | HSV: 321°, 20%, 93%. Copy any format from the conversion table above.
What colors go well with #EEBEDD?
The complementary color is HSL(142, 59%, 84%). For a triadic harmony, use hues 322°, 82°, and 202°. For analogous combinations, try hues 292° and 352°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(322, 59%, 84%) in CSS?
As HSL: color: hsl(322, 59%, 84%); — As HEX: color: #EEBEDD; — As RGB: color: rgb(238, 190, 221); — Tailwind CSS: bg-[hsl(322,59%,84%)] — CSS variable: --color-primary: hsl(322, 59%, 84%);