HSL(259, 10%, 90%)
Very Light Indigo — Indigo color
Adjust Color
Color Information
Color Name
Very Light Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(259,10%,90%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(259, 10%, 90%) | color: hsl(259, 10%, 90%) | |
| HEX | #E5E3E8 | color: #E5E3E8 | |
| RGB | rgb(229, 227, 232) | color: rgb(229, 227, 232) | |
| CMYK | cmyk(1%, 2%, 0%, 9%) | — | |
| HSV | hsv(264, 2%, 91%) | — | |
| HWB | hwb(264 89% 9%) | color: hwb(264 89% 9%) | |
| OKLCH | oklch(0.9188 0.007 304.24) | color: oklch(0.9188 0.007 304.24) | |
| Lab | lab(90.52 1.57 -2.19) | color: lab(90.52 1.57 -2.19) | |
| LCH | lch(90.52 2.69 305.64) | color: lch(90.52 2.69 305.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)
#E4E4E7 — rgb(228, 228, 231)
Deuteranopia (Green-blind)
#E4E4E7 — rgb(228, 228, 231)
Tritanopia (Blue-blind)
#E5E6E6 — rgb(229, 230, 230)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(259, 10%, 90%);
text
color: hsl(259, 10%, 90%);
border
border: 2px solid hsl(259, 10%, 90%);
gradient light
background: linear-gradient(to right, hsl(259, 10%, 100%), hsl(259, 10%, 90%));
gradient dark
background: linear-gradient(to right, hsl(259, 10%, 90%), hsl(259, 10%, 70%))
hex
background-color: #E5E3E8;
tailwind
bg-[hsl(259,10%,90%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(259, 10%, 90%, 0.4);
css variable
--color-primary: hsl(259, 10%, 90%);
Related Colors
Use Cases for Very Light Indigo
Frequently Asked Questions
What are all the color codes for HSL(259, 10%, 90%)?
HEX: #E5E3E8 | RGB: rgb(229, 227, 232) | CMYK: 1%, 2%, 0%, 9% | HSV: 264°, 2%, 91%. Copy any format from the conversion table above.
What colors go well with #E5E3E8?
The complementary color is HSL(79, 10%, 90%). For a triadic harmony, use hues 259°, 19°, and 139°. For analogous combinations, try hues 229° and 289°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(259, 10%, 90%) in CSS?
As HSL: color: hsl(259, 10%, 90%); — As HEX: color: #E5E3E8; — As RGB: color: rgb(229, 227, 232); — Tailwind CSS: bg-[hsl(259,10%,90%)] — CSS variable: --color-primary: hsl(259, 10%, 90%);