HSL(11, 52%, 86%)
Very Light Red — Red color
Adjust Color
Color Information
Color Name
Very Light Red
Color Family
Red
Warm / Cool
🔴 Warm
Temperature
2000K
CSS Class
bg-[hsl(11,52%,86%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(11, 52%, 86%) | color: hsl(11, 52%, 86%) | |
| HEX | #EED0C9 | color: #EED0C9 | |
| RGB | rgb(238, 208, 201) | color: rgb(238, 208, 201) | |
| CMYK | cmyk(0%, 13%, 16%, 7%) | — | |
| HSV | hsv(11, 16%, 93%) | — | |
| HWB | hwb(11 78% 7%) | color: hwb(11 78% 7%) | |
| OKLCH | oklch(0.8808 0.0352 33.28) | color: oklch(0.8808 0.0352 33.28) | |
| Lab | lab(85.76 9.36 7.33) | color: lab(85.76 9.36 7.33) | |
| LCH | lch(85.76 11.89 38.07) | color: lch(85.76 11.89 38.07) |
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)
#E1E1CB — rgb(225, 225, 203)
Deuteranopia (Green-blind)
#E3E5CB — rgb(227, 229, 203)
Tritanopia (Blue-blind)
#EDCCCC — rgb(237, 204, 204)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(11, 52%, 86%);
text
color: hsl(11, 52%, 86%);
border
border: 2px solid hsl(11, 52%, 86%);
gradient light
background: linear-gradient(to right, hsl(11, 52%, 100%), hsl(11, 52%, 86%));
gradient dark
background: linear-gradient(to right, hsl(11, 52%, 86%), hsl(11, 52%, 66%))
hex
background-color: #EED0C9;
tailwind
bg-[hsl(11,52%,86%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(11, 52%, 86%, 0.4);
css variable
--color-primary: hsl(11, 52%, 86%);
Related Colors
Use Cases for Very Light Red
Frequently Asked Questions
What are all the color codes for HSL(11, 52%, 86%)?
HEX: #EED0C9 | RGB: rgb(238, 208, 201) | CMYK: 0%, 13%, 16%, 7% | HSV: 11°, 16%, 93%. Copy any format from the conversion table above.
What colors go well with #EED0C9?
The complementary color is HSL(191, 52%, 86%). For a triadic harmony, use hues 11°, 131°, and 251°. For analogous combinations, try hues 341° and 41°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(11, 52%, 86%) in CSS?
As HSL: color: hsl(11, 52%, 86%); — As HEX: color: #EED0C9; — As RGB: color: rgb(238, 208, 201); — Tailwind CSS: bg-[hsl(11,52%,86%)] — CSS variable: --color-primary: hsl(11, 52%, 86%);