HSL(9, 12%, 86%)
Very Light Red — Red color
Adjust Color
Color Information
Color Name
Very Light Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(9,12%,86%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(9, 12%, 86%) | color: hsl(9, 12%, 86%) | |
| HEX | #E0D8D7 | color: #E0D8D7 | |
| RGB | rgb(224, 216, 215) | color: rgb(224, 216, 215) | |
| CMYK | cmyk(0%, 4%, 4%, 12%) | — | |
| HSV | hsv(7, 4%, 88%) | — | |
| HWB | hwb(7 84% 12%) | color: hwb(7 84% 12%) | |
| OKLCH | oklch(0.8883 0.0089 26.03) | color: oklch(0.8883 0.0089 26.03) | |
| Lab | lab(86.93 2.56 1.47) | color: lab(86.93 2.56 1.47) | |
| LCH | lch(86.93 2.95 29.87) | color: lch(86.93 2.95 29.87) |
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)
#DDDCD7 — rgb(221, 220, 215)
Deuteranopia (Green-blind)
#DDDED7 — rgb(221, 222, 215)
Tritanopia (Blue-blind)
#E0D7D7 — rgb(224, 215, 215)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(9, 12%, 86%);
text
color: hsl(9, 12%, 86%);
border
border: 2px solid hsl(9, 12%, 86%);
gradient light
background: linear-gradient(to right, hsl(9, 12%, 100%), hsl(9, 12%, 86%));
gradient dark
background: linear-gradient(to right, hsl(9, 12%, 86%), hsl(9, 12%, 66%))
hex
background-color: #E0D8D7;
tailwind
bg-[hsl(9,12%,86%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(9, 12%, 86%, 0.4);
css variable
--color-primary: hsl(9, 12%, 86%);
Related Colors
Use Cases for Very Light Red
Frequently Asked Questions
What are all the color codes for HSL(9, 12%, 86%)?
HEX: #E0D8D7 | RGB: rgb(224, 216, 215) | CMYK: 0%, 4%, 4%, 12% | HSV: 7°, 4%, 88%. Copy any format from the conversion table above.
What colors go well with #E0D8D7?
The complementary color is HSL(189, 12%, 86%). For a triadic harmony, use hues 9°, 129°, and 249°. For analogous combinations, try hues 339° and 39°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(9, 12%, 86%) in CSS?
As HSL: color: hsl(9, 12%, 86%); — As HEX: color: #E0D8D7; — As RGB: color: rgb(224, 216, 215); — Tailwind CSS: bg-[hsl(9,12%,86%)] — CSS variable: --color-primary: hsl(9, 12%, 86%);