HSL(309, 9%, 91%)
Very Light White — White color
Adjust Color
Color Information
Color Name
Very Light White
Color Family
White
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(309,9%,91%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(309, 9%, 91%) | color: hsl(309, 9%, 91%) | |
| HEX | #EAE6E9 | color: #EAE6E9 | |
| RGB | rgb(234, 230, 233) | color: rgb(234, 230, 233) | |
| CMYK | cmyk(0%, 2%, 0%, 8%) | — | |
| HSV | hsv(315, 2%, 92%) | — | |
| HWB | hwb(315 90% 8%) | color: hwb(315 90% 8%) | |
| OKLCH | oklch(0.9289 0.0059 333.98) | color: oklch(0.9289 0.0059 333.98) | |
| Lab | lab(91.67 1.88 -0.98) | color: lab(91.67 1.88 -0.98) | |
| LCH | lch(91.67 2.12 332.47) | color: lch(91.67 2.12 332.47) |
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)
#E8E8E8 — rgb(232, 232, 232)
Deuteranopia (Green-blind)
#E9E9E8 — rgb(233, 233, 232)
Tritanopia (Blue-blind)
#EAE8E8 — rgb(234, 232, 232)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(309, 9%, 91%);
text
color: hsl(309, 9%, 91%);
border
border: 2px solid hsl(309, 9%, 91%);
gradient light
background: linear-gradient(to right, hsl(309, 9%, 100%), hsl(309, 9%, 91%));
gradient dark
background: linear-gradient(to right, hsl(309, 9%, 91%), hsl(309, 9%, 71%))
hex
background-color: #EAE6E9;
tailwind
bg-[hsl(309,9%,91%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(309, 9%, 91%, 0.4);
css variable
--color-primary: hsl(309, 9%, 91%);
Related Colors
Use Cases for Very Light White
Frequently Asked Questions
What are all the color codes for HSL(309, 9%, 91%)?
HEX: #EAE6E9 | RGB: rgb(234, 230, 233) | CMYK: 0%, 2%, 0%, 8% | HSV: 315°, 2%, 92%. Copy any format from the conversion table above.
What colors go well with #EAE6E9?
The complementary color is HSL(129, 9%, 91%). For a triadic harmony, use hues 309°, 69°, and 189°. For analogous combinations, try hues 279° and 339°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(309, 9%, 91%) in CSS?
As HSL: color: hsl(309, 9%, 91%); — As HEX: color: #EAE6E9; — As RGB: color: rgb(234, 230, 233); — Tailwind CSS: bg-[hsl(309,9%,91%)] — CSS variable: --color-primary: hsl(309, 9%, 91%);