HSL(353, 16%, 91%)
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(353,16%,91%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(353, 16%, 91%) | color: hsl(353, 16%, 91%) | |
| HEX | #ECE4E5 | color: #ECE4E5 | |
| RGB | rgb(236, 228, 229) | color: rgb(236, 228, 229) | |
| CMYK | cmyk(0%, 3%, 3%, 7%) | — | |
| HSV | hsv(353, 3%, 93%) | — | |
| HWB | hwb(353 90% 7%) | color: hwb(353 90% 7%) | |
| OKLCH | oklch(0.9254 0.0088 8.56) | color: oklch(0.9254 0.0088 8.56) | |
| Lab | lab(91.22 2.88 0.48) | color: lab(91.22 2.88 0.48) | |
| LCH | lch(91.22 2.92 9.46) | color: lch(91.22 2.92 9.46) |
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)
#E9E8E5 — rgb(233, 232, 229)
Deuteranopia (Green-blind)
#E9EAE5 — rgb(233, 234, 229)
Tritanopia (Blue-blind)
#ECE5E5 — rgb(236, 229, 229)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(353, 16%, 91%);
text
color: hsl(353, 16%, 91%);
border
border: 2px solid hsl(353, 16%, 91%);
gradient light
background: linear-gradient(to right, hsl(353, 16%, 100%), hsl(353, 16%, 91%));
gradient dark
background: linear-gradient(to right, hsl(353, 16%, 91%), hsl(353, 16%, 71%))
hex
background-color: #ECE4E5;
tailwind
bg-[hsl(353,16%,91%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(353, 16%, 91%, 0.4);
css variable
--color-primary: hsl(353, 16%, 91%);
Related Colors
Use Cases for Very Light Red
Frequently Asked Questions
What are all the color codes for HSL(353, 16%, 91%)?
HEX: #ECE4E5 | RGB: rgb(236, 228, 229) | CMYK: 0%, 3%, 3%, 7% | HSV: 353°, 3%, 93%. Copy any format from the conversion table above.
What colors go well with #ECE4E5?
The complementary color is HSL(173, 16%, 91%). For a triadic harmony, use hues 353°, 113°, and 233°. For analogous combinations, try hues 323° and 23°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(353, 16%, 91%) in CSS?
As HSL: color: hsl(353, 16%, 91%); — As HEX: color: #ECE4E5; — As RGB: color: rgb(236, 228, 229); — Tailwind CSS: bg-[hsl(353,16%,91%)] — CSS variable: --color-primary: hsl(353, 16%, 91%);