HSL(129, 9%, 89%)
Very Light White — White color
Adjust Color
Color Information
Color Name
Very Light White
Color Family
White
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(129,9%,89%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(129, 9%, 89%) | color: hsl(129, 9%, 89%) | |
| HEX | #E0E5E1 | color: #E0E5E1 | |
| RGB | rgb(224, 229, 225) | color: rgb(224, 229, 225) | |
| CMYK | cmyk(2%, 0%, 2%, 10%) | — | |
| HSV | hsv(132, 2%, 90%) | — | |
| HWB | hwb(132 88% 10%) | color: hwb(132 88% 10%) | |
| OKLCH | oklch(0.9169 0.0076 151.88) | color: oklch(0.9169 0.0076 151.88) | |
| Lab | lab(90.47 -2.39 1.36) | color: lab(90.47 -2.39 1.36) | |
| LCH | lch(90.47 2.75 150.36) | color: lch(90.47 2.75 150.36) |
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)
#E2E2E2 — rgb(226, 226, 226)
Deuteranopia (Green-blind)
#E2E2E2 — rgb(226, 226, 226)
Tritanopia (Blue-blind)
#E0E3E3 — rgb(224, 227, 227)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(129, 9%, 89%);
text
color: hsl(129, 9%, 89%);
border
border: 2px solid hsl(129, 9%, 89%);
gradient light
background: linear-gradient(to right, hsl(129, 9%, 100%), hsl(129, 9%, 89%));
gradient dark
background: linear-gradient(to right, hsl(129, 9%, 89%), hsl(129, 9%, 69%))
hex
background-color: #E0E5E1;
tailwind
bg-[hsl(129,9%,89%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(129, 9%, 89%, 0.4);
css variable
--color-primary: hsl(129, 9%, 89%);
Related Colors
Use Cases for Very Light White
Frequently Asked Questions
What are all the color codes for HSL(129, 9%, 89%)?
HEX: #E0E5E1 | RGB: rgb(224, 229, 225) | CMYK: 2%, 0%, 2%, 10% | HSV: 132°, 2%, 90%. Copy any format from the conversion table above.
What colors go well with #E0E5E1?
The complementary color is HSL(309, 9%, 89%). For a triadic harmony, use hues 129°, 249°, and 9°. For analogous combinations, try hues 99° and 159°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(129, 9%, 89%) in CSS?
As HSL: color: hsl(129, 9%, 89%); — As HEX: color: #E0E5E1; — As RGB: color: rgb(224, 229, 225); — Tailwind CSS: bg-[hsl(129,9%,89%)] — CSS variable: --color-primary: hsl(129, 9%, 89%);