HSL(356, 14%, 87%)
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(356,14%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(356, 14%, 87%) | color: hsl(356, 14%, 87%) | |
| HEX | #E2D9DA | color: #E2D9DA | |
| RGB | rgb(226, 217, 218) | color: rgb(226, 217, 218) | |
| CMYK | cmyk(0%, 4%, 4%, 11%) | — | |
| HSV | hsv(353, 4%, 89%) | — | |
| HWB | hwb(353 85% 11%) | color: hwb(353 85% 11%) | |
| OKLCH | oklch(0.8927 0.01 9.56) | color: oklch(0.8927 0.01 9.56) | |
| Lab | lab(87.42 3.25 0.61) | color: lab(87.42 3.25 0.61) | |
| LCH | lch(87.42 3.31 10.63) | color: lch(87.42 3.31 10.63) |
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)
#DEDEDA — rgb(222, 222, 218)
Deuteranopia (Green-blind)
#DFDFDA — rgb(223, 223, 218)
Tritanopia (Blue-blind)
#E2DADA — rgb(226, 218, 218)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(356, 14%, 87%);
text
color: hsl(356, 14%, 87%);
border
border: 2px solid hsl(356, 14%, 87%);
gradient light
background: linear-gradient(to right, hsl(356, 14%, 100%), hsl(356, 14%, 87%));
gradient dark
background: linear-gradient(to right, hsl(356, 14%, 87%), hsl(356, 14%, 67%))
hex
background-color: #E2D9DA;
tailwind
bg-[hsl(356,14%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(356, 14%, 87%, 0.4);
css variable
--color-primary: hsl(356, 14%, 87%);
Related Colors
Use Cases for Very Light Red
Frequently Asked Questions
What are all the color codes for HSL(356, 14%, 87%)?
HEX: #E2D9DA | RGB: rgb(226, 217, 218) | CMYK: 0%, 4%, 4%, 11% | HSV: 353°, 4%, 89%. Copy any format from the conversion table above.
What colors go well with #E2D9DA?
The complementary color is HSL(176, 14%, 87%). For a triadic harmony, use hues 356°, 116°, and 236°. For analogous combinations, try hues 326° and 26°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(356, 14%, 87%) in CSS?
As HSL: color: hsl(356, 14%, 87%); — As HEX: color: #E2D9DA; — As RGB: color: rgb(226, 217, 218); — Tailwind CSS: bg-[hsl(356,14%,87%)] — CSS variable: --color-primary: hsl(356, 14%, 87%);