HSL(326, 65%, 81%)
Pink — Pink color
Adjust Color
Color Information
Color Name
Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
6500K
CSS Class
bg-[hsl(326,65%,81%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(326, 65%, 81%) | color: hsl(326, 65%, 81%) | |
| HEX | #EEAFD3 | color: #EEAFD3 | |
| RGB | rgb(238, 175, 211) | color: rgb(238, 175, 211) | |
| CMYK | cmyk(0%, 26%, 11%, 7%) | — | |
| HSV | hsv(326, 26%, 93%) | — | |
| HWB | hwb(326 69% 7%) | color: hwb(326 69% 7%) | |
| OKLCH | oklch(0.823 0.0865 343.92) | color: oklch(0.823 0.0865 343.92) | |
| Lab | lab(78.19 28.43 -9.11) | color: lab(78.19 28.43 -9.11) | |
| LCH | lch(78.19 29.85 342.23) | color: lch(78.19 29.85 342.23) |
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)
#D3D2CA — rgb(211, 210, 202)
Deuteranopia (Green-blind)
#D6DBC8 — rgb(214, 219, 200)
Tritanopia (Blue-blind)
#EBC3C2 — rgb(235, 195, 194)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(326, 65%, 81%);
text
color: hsl(326, 65%, 81%);
border
border: 2px solid hsl(326, 65%, 81%);
gradient light
background: linear-gradient(to right, hsl(326, 65%, 100%), hsl(326, 65%, 81%));
gradient dark
background: linear-gradient(to right, hsl(326, 65%, 81%), hsl(326, 65%, 61%))
hex
background-color: #EEAFD3;
tailwind
bg-[hsl(326,65%,81%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(326, 65%, 81%, 0.4);
css variable
--color-primary: hsl(326, 65%, 81%);
Related Colors
Use Cases for Pink
Frequently Asked Questions
What are all the color codes for HSL(326, 65%, 81%)?
HEX: #EEAFD3 | RGB: rgb(238, 175, 211) | CMYK: 0%, 26%, 11%, 7% | HSV: 326°, 26%, 93%. Copy any format from the conversion table above.
What colors go well with #EEAFD3?
The complementary color is HSL(146, 65%, 81%). For a triadic harmony, use hues 326°, 86°, and 206°. For analogous combinations, try hues 296° and 356°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(326, 65%, 81%) in CSS?
As HSL: color: hsl(326, 65%, 81%); — As HEX: color: #EEAFD3; — As RGB: color: rgb(238, 175, 211); — Tailwind CSS: bg-[hsl(326,65%,81%)] — CSS variable: --color-primary: hsl(326, 65%, 81%);