HSL(304, 9%, 90%)
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(304,9%,90%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(304, 9%, 90%) | color: hsl(304, 9%, 90%) | |
| HEX | #E8E3E7 | color: #E8E3E7 | |
| RGB | rgb(232, 227, 231) | color: rgb(232, 227, 231) | |
| CMYK | cmyk(0%, 2%, 0%, 9%) | — | |
| HSV | hsv(312, 2%, 91%) | — | |
| HWB | hwb(312 89% 9%) | color: hwb(312 89% 9%) | |
| OKLCH | oklch(0.9209 0.0076 332.13) | color: oklch(0.9209 0.0076 332.13) | |
| Lab | lab(90.72 2.4 -1.35) | color: lab(90.72 2.4 -1.35) | |
| LCH | lch(90.72 2.75 330.64) | color: lch(90.72 2.75 330.64) |
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)
#E6E6E6 — rgb(230, 230, 230)
Deuteranopia (Green-blind)
#E6E7E6 — rgb(230, 231, 230)
Tritanopia (Blue-blind)
#E8E5E5 — rgb(232, 229, 229)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(304, 9%, 90%);
text
color: hsl(304, 9%, 90%);
border
border: 2px solid hsl(304, 9%, 90%);
gradient light
background: linear-gradient(to right, hsl(304, 9%, 100%), hsl(304, 9%, 90%));
gradient dark
background: linear-gradient(to right, hsl(304, 9%, 90%), hsl(304, 9%, 70%))
hex
background-color: #E8E3E7;
tailwind
bg-[hsl(304,9%,90%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(304, 9%, 90%, 0.4);
css variable
--color-primary: hsl(304, 9%, 90%);
Related Colors
Use Cases for Very Light White
Frequently Asked Questions
What are all the color codes for HSL(304, 9%, 90%)?
HEX: #E8E3E7 | RGB: rgb(232, 227, 231) | CMYK: 0%, 2%, 0%, 9% | HSV: 312°, 2%, 91%. Copy any format from the conversion table above.
What colors go well with #E8E3E7?
The complementary color is HSL(124, 9%, 90%). For a triadic harmony, use hues 304°, 64°, and 184°. For analogous combinations, try hues 274° and 334°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(304, 9%, 90%) in CSS?
As HSL: color: hsl(304, 9%, 90%); — As HEX: color: #E8E3E7; — As RGB: color: rgb(232, 227, 231); — Tailwind CSS: bg-[hsl(304,9%,90%)] — CSS variable: --color-primary: hsl(304, 9%, 90%);