HSL(352, 19%, 89%)
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(352,19%,89%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(352, 19%, 89%) | color: hsl(352, 19%, 89%) | |
| HEX | #E8DEDF | color: #E8DEDF | |
| RGB | rgb(232, 222, 223) | color: rgb(232, 222, 223) | |
| CMYK | cmyk(0%, 4%, 4%, 9%) | — | |
| HSV | hsv(354, 4%, 91%) | — | |
| HWB | hwb(354 87% 9%) | color: hwb(354 87% 9%) | |
| OKLCH | oklch(0.9088 0.011 10.35) | color: oklch(0.9088 0.011 10.35) | |
| Lab | lab(89.26 3.57 0.73) | color: lab(89.26 3.57 0.73) | |
| LCH | lch(89.26 3.64 11.56) | color: lch(89.26 3.64 11.56) |
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)
#E4E4DF — rgb(228, 228, 223)
Deuteranopia (Green-blind)
#E4E5DF — rgb(228, 229, 223)
Tritanopia (Blue-blind)
#E8DFDF — rgb(232, 223, 223)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(352, 19%, 89%);
text
color: hsl(352, 19%, 89%);
border
border: 2px solid hsl(352, 19%, 89%);
gradient light
background: linear-gradient(to right, hsl(352, 19%, 100%), hsl(352, 19%, 89%));
gradient dark
background: linear-gradient(to right, hsl(352, 19%, 89%), hsl(352, 19%, 69%))
hex
background-color: #E8DEDF;
tailwind
bg-[hsl(352,19%,89%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(352, 19%, 89%, 0.4);
css variable
--color-primary: hsl(352, 19%, 89%);
Related Colors
Use Cases for Very Light Red
Frequently Asked Questions
What are all the color codes for HSL(352, 19%, 89%)?
HEX: #E8DEDF | RGB: rgb(232, 222, 223) | CMYK: 0%, 4%, 4%, 9% | HSV: 354°, 4%, 91%. Copy any format from the conversion table above.
What colors go well with #E8DEDF?
The complementary color is HSL(172, 19%, 89%). For a triadic harmony, use hues 352°, 112°, and 232°. For analogous combinations, try hues 322° and 22°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(352, 19%, 89%) in CSS?
As HSL: color: hsl(352, 19%, 89%); — As HEX: color: #E8DEDF; — As RGB: color: rgb(232, 222, 223); — Tailwind CSS: bg-[hsl(352,19%,89%)] — CSS variable: --color-primary: hsl(352, 19%, 89%);