HSL(7, 29%, 88%)
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(7,29%,88%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(7, 29%, 88%) | color: hsl(7, 29%, 88%) | |
| HEX | #E9DAD8 | color: #E9DAD8 | |
| RGB | rgb(233, 218, 216) | color: rgb(233, 218, 216) | |
| CMYK | cmyk(0%, 6%, 7%, 9%) | — | |
| HSV | hsv(7, 7%, 91%) | — | |
| HWB | hwb(7 85% 9%) | color: hwb(7 85% 9%) | |
| OKLCH | oklch(0.8999 0.0168 26.66) | color: oklch(0.8999 0.0168 26.66) | |
| Lab | lab(88.17 4.8 2.83) | color: lab(88.17 4.8 2.83) | |
| LCH | lch(88.17 5.57 30.52) | color: lch(88.17 5.57 30.52) |
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)
#E3E2D8 — rgb(227, 226, 216)
Deuteranopia (Green-blind)
#E3E5D9 — rgb(227, 229, 217)
Tritanopia (Blue-blind)
#E8D9D9 — rgb(232, 217, 217)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(7, 29%, 88%);
text
color: hsl(7, 29%, 88%);
border
border: 2px solid hsl(7, 29%, 88%);
gradient light
background: linear-gradient(to right, hsl(7, 29%, 100%), hsl(7, 29%, 88%));
gradient dark
background: linear-gradient(to right, hsl(7, 29%, 88%), hsl(7, 29%, 68%))
hex
background-color: #E9DAD8;
tailwind
bg-[hsl(7,29%,88%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(7, 29%, 88%, 0.4);
css variable
--color-primary: hsl(7, 29%, 88%);
Related Colors
Use Cases for Very Light Red
Frequently Asked Questions
What are all the color codes for HSL(7, 29%, 88%)?
HEX: #E9DAD8 | RGB: rgb(233, 218, 216) | CMYK: 0%, 6%, 7%, 9% | HSV: 7°, 7%, 91%. Copy any format from the conversion table above.
What colors go well with #E9DAD8?
The complementary color is HSL(187, 29%, 88%). For a triadic harmony, use hues 7°, 127°, and 247°. For analogous combinations, try hues 337° and 37°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(7, 29%, 88%) in CSS?
As HSL: color: hsl(7, 29%, 88%); — As HEX: color: #E9DAD8; — As RGB: color: rgb(233, 218, 216); — Tailwind CSS: bg-[hsl(7,29%,88%)] — CSS variable: --color-primary: hsl(7, 29%, 88%);