HSL(324, 12%, 86%)
Very Light Pink — Pink color
Adjust Color
Color Information
Color Name
Very Light Pink
Color Family
Pink
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(324,12%,86%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(324, 12%, 86%) | color: hsl(324, 12%, 86%) | |
| HEX | #E0D7DC | color: #E0D7DC | |
| RGB | rgb(224, 215, 220) | color: rgb(224, 215, 220) | |
| CMYK | cmyk(0%, 4%, 2%, 12%) | — | |
| HSV | hsv(327, 4%, 88%) | — | |
| HWB | hwb(327 84% 12%) | color: hwb(327 84% 12%) | |
| OKLCH | oklch(0.8878 0.0119 342.67) | color: oklch(0.8878 0.0119 342.67) | |
| Lab | lab(86.81 3.96 -1.36) | color: lab(86.81 3.96 -1.36) | |
| LCH | lch(86.81 4.19 341.05) | color: lch(86.81 4.19 341.05) |
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)
#DCDCDB — rgb(220, 220, 219)
Deuteranopia (Green-blind)
#DDDDDB — rgb(221, 221, 219)
Tritanopia (Blue-blind)
#E0DADA — rgb(224, 218, 218)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(324, 12%, 86%);
text
color: hsl(324, 12%, 86%);
border
border: 2px solid hsl(324, 12%, 86%);
gradient light
background: linear-gradient(to right, hsl(324, 12%, 100%), hsl(324, 12%, 86%));
gradient dark
background: linear-gradient(to right, hsl(324, 12%, 86%), hsl(324, 12%, 66%))
hex
background-color: #E0D7DC;
tailwind
bg-[hsl(324,12%,86%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(324, 12%, 86%, 0.4);
css variable
--color-primary: hsl(324, 12%, 86%);
Related Colors
Use Cases for Very Light Pink
Frequently Asked Questions
What are all the color codes for HSL(324, 12%, 86%)?
HEX: #E0D7DC | RGB: rgb(224, 215, 220) | CMYK: 0%, 4%, 2%, 12% | HSV: 327°, 4%, 88%. Copy any format from the conversion table above.
What colors go well with #E0D7DC?
The complementary color is HSL(144, 12%, 86%). For a triadic harmony, use hues 324°, 84°, and 204°. For analogous combinations, try hues 294° and 354°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(324, 12%, 86%) in CSS?
As HSL: color: hsl(324, 12%, 86%); — As HEX: color: #E0D7DC; — As RGB: color: rgb(224, 215, 220); — Tailwind CSS: bg-[hsl(324,12%,86%)] — CSS variable: --color-primary: hsl(324, 12%, 86%);