HSL(332, 64%, 81%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(332,64%,81%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(332, 64%, 81%) | color: hsl(332, 64%, 81%) | |
| HEX | #EEB0CC | color: #EEB0CC | |
| RGB | rgb(238, 176, 204) | color: rgb(238, 176, 204) | |
| CMYK | cmyk(0%, 26%, 14%, 7%) | — | |
| HSV | hsv(333, 26%, 93%) | — | |
| HWB | hwb(333 69% 7%) | color: hwb(333 69% 7%) | |
| OKLCH | oklch(0.8226 0.0803 350.24) | color: oklch(0.8226 0.0803 350.24) | |
| Lab | lab(78.22 26.76 -5.27) | color: lab(78.22 26.76 -5.27) | |
| LCH | lch(78.22 27.27 348.86) | color: lch(78.22 27.27 348.86) |
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)
#D3D3C5 — rgb(211, 211, 197)
Deuteranopia (Green-blind)
#D7DBC4 — rgb(215, 219, 196)
Tritanopia (Blue-blind)
#EBC0BF — rgb(235, 192, 191)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(332, 64%, 81%);
text
color: hsl(332, 64%, 81%);
border
border: 2px solid hsl(332, 64%, 81%);
gradient light
background: linear-gradient(to right, hsl(332, 64%, 100%), hsl(332, 64%, 81%));
gradient dark
background: linear-gradient(to right, hsl(332, 64%, 81%), hsl(332, 64%, 61%))
hex
background-color: #EEB0CC;
tailwind
bg-[hsl(332,64%,81%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(332, 64%, 81%, 0.4);
css variable
--color-primary: hsl(332, 64%, 81%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(332, 64%, 81%)?
HEX: #EEB0CC | RGB: rgb(238, 176, 204) | CMYK: 0%, 26%, 14%, 7% | HSV: 333°, 26%, 93%. Copy any format from the conversion table above.
What colors go well with #EEB0CC?
The complementary color is HSL(152, 64%, 81%). For a triadic harmony, use hues 332°, 92°, and 212°. For analogous combinations, try hues 302° and 2°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(332, 64%, 81%) in CSS?
As HSL: color: hsl(332, 64%, 81%); — As HEX: color: #EEB0CC; — As RGB: color: rgb(238, 176, 204); — Tailwind CSS: bg-[hsl(332,64%,81%)] — CSS variable: --color-primary: hsl(332, 64%, 81%);