HSL(6, 20%, 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(6,20%,86%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(6, 20%, 86%) | color: hsl(6, 20%, 86%) | |
| HEX | #E2D6D4 | color: #E2D6D4 | |
| RGB | rgb(226, 214, 212) | color: rgb(226, 214, 212) | |
| CMYK | cmyk(0%, 5%, 6%, 11%) | — | |
| HSV | hsv(9, 6%, 89%) | — | |
| HWB | hwb(9 84% 11%) | color: hwb(9 84% 11%) | |
| OKLCH | oklch(0.8852 0.0136 28.87) | color: oklch(0.8852 0.0136 28.87) | |
| Lab | lab(86.51 3.77 2.46) | color: lab(86.51 3.77 2.46) | |
| LCH | lch(86.51 4.5 33.13) | color: lch(86.51 4.5 33.13) |
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)
#DDDDD4 — rgb(221, 221, 212)
Deuteranopia (Green-blind)
#DEDED5 — rgb(222, 222, 213)
Tritanopia (Blue-blind)
#E1D5D5 — rgb(225, 213, 213)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(6, 20%, 86%);
text
color: hsl(6, 20%, 86%);
border
border: 2px solid hsl(6, 20%, 86%);
gradient light
background: linear-gradient(to right, hsl(6, 20%, 100%), hsl(6, 20%, 86%));
gradient dark
background: linear-gradient(to right, hsl(6, 20%, 86%), hsl(6, 20%, 66%))
hex
background-color: #E2D6D4;
tailwind
bg-[hsl(6,20%,86%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(6, 20%, 86%, 0.4);
css variable
--color-primary: hsl(6, 20%, 86%);
Related Colors
Use Cases for Very Light Red
Frequently Asked Questions
What are all the color codes for HSL(6, 20%, 86%)?
HEX: #E2D6D4 | RGB: rgb(226, 214, 212) | CMYK: 0%, 5%, 6%, 11% | HSV: 9°, 6%, 89%. Copy any format from the conversion table above.
What colors go well with #E2D6D4?
The complementary color is HSL(186, 20%, 86%). For a triadic harmony, use hues 6°, 126°, and 246°. For analogous combinations, try hues 336° and 36°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(6, 20%, 86%) in CSS?
As HSL: color: hsl(6, 20%, 86%); — As HEX: color: #E2D6D4; — As RGB: color: rgb(226, 214, 212); — Tailwind CSS: bg-[hsl(6,20%,86%)] — CSS variable: --color-primary: hsl(6, 20%, 86%);