HSL(352, 33%, 90%)
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(352,33%,90%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(352, 33%, 90%) | color: hsl(352, 33%, 90%) | |
| HEX | #EEDDDF | color: #EEDDDF | |
| RGB | rgb(238, 221, 223) | color: rgb(238, 221, 223) | |
| CMYK | cmyk(0%, 7%, 6%, 7%) | — | |
| HSV | hsv(353, 7%, 93%) | — | |
| HWB | hwb(353 86% 7%) | color: hwb(353 86% 7%) | |
| OKLCH | oklch(0.9118 0.0189 9.33) | color: oklch(0.9118 0.0189 9.33) | |
| Lab | lab(89.5 6.15 1.12) | color: lab(89.5 6.15 1.12) | |
| LCH | lch(89.5 6.25 10.32) | color: lch(89.5 6.25 10.32) |
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)
#E7E6DF — rgb(231, 230, 223)
Deuteranopia (Green-blind)
#E8E9DE — rgb(232, 233, 222)
Tritanopia (Blue-blind)
#EDDEDE — rgb(237, 222, 222)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(352, 33%, 90%);
text
color: hsl(352, 33%, 90%);
border
border: 2px solid hsl(352, 33%, 90%);
gradient light
background: linear-gradient(to right, hsl(352, 33%, 100%), hsl(352, 33%, 90%));
gradient dark
background: linear-gradient(to right, hsl(352, 33%, 90%), hsl(352, 33%, 70%))
hex
background-color: #EEDDDF;
tailwind
bg-[hsl(352,33%,90%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(352, 33%, 90%, 0.4);
css variable
--color-primary: hsl(352, 33%, 90%);
Related Colors
Use Cases for Very Light Red
Frequently Asked Questions
What are all the color codes for HSL(352, 33%, 90%)?
HEX: #EEDDDF | RGB: rgb(238, 221, 223) | CMYK: 0%, 7%, 6%, 7% | HSV: 353°, 7%, 93%. Copy any format from the conversion table above.
What colors go well with #EEDDDF?
The complementary color is HSL(172, 33%, 90%). 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, 33%, 90%) in CSS?
As HSL: color: hsl(352, 33%, 90%); — As HEX: color: #EEDDDF; — As RGB: color: rgb(238, 221, 223); — Tailwind CSS: bg-[hsl(352,33%,90%)] — CSS variable: --color-primary: hsl(352, 33%, 90%);