HSL(256, 45%, 91%)
Very Light Indigo — Indigo color
Adjust Color
Color Information
Color Name
Very Light Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(256,45%,91%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(256, 45%, 91%) | color: hsl(256, 45%, 91%) | |
| HEX | #E3DEF2 | color: #E3DEF2 | |
| RGB | rgb(227, 222, 242) | color: rgb(227, 222, 242) | |
| CMYK | cmyk(6%, 8%, 0%, 5%) | — | |
| HSV | hsv(255, 8%, 95%) | — | |
| HWB | hwb(255 87% 5%) | color: hwb(255 87% 5%) | |
| OKLCH | oklch(0.9105 0.0275 297.29) | color: oklch(0.9105 0.0275 297.29) | |
| Lab | lab(89.39 5.36 -9.12) | color: lab(89.39 5.36 -9.12) | |
| LCH | lch(89.39 10.58 300.44) | color: lch(89.39 10.58 300.44) |
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)
#E1E1ED — rgb(225, 225, 237)
Deuteranopia (Green-blind)
#E1E2EC — rgb(225, 226, 236)
Tritanopia (Blue-blind)
#E3E9E9 — rgb(227, 233, 233)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(256, 45%, 91%);
text
color: hsl(256, 45%, 91%);
border
border: 2px solid hsl(256, 45%, 91%);
gradient light
background: linear-gradient(to right, hsl(256, 45%, 100%), hsl(256, 45%, 91%));
gradient dark
background: linear-gradient(to right, hsl(256, 45%, 91%), hsl(256, 45%, 71%))
hex
background-color: #E3DEF2;
tailwind
bg-[hsl(256,45%,91%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(256, 45%, 91%, 0.4);
css variable
--color-primary: hsl(256, 45%, 91%);
Related Colors
Use Cases for Very Light Indigo
Frequently Asked Questions
What are all the color codes for HSL(256, 45%, 91%)?
HEX: #E3DEF2 | RGB: rgb(227, 222, 242) | CMYK: 6%, 8%, 0%, 5% | HSV: 255°, 8%, 95%. Copy any format from the conversion table above.
What colors go well with #E3DEF2?
The complementary color is HSL(76, 45%, 91%). For a triadic harmony, use hues 256°, 16°, and 136°. For analogous combinations, try hues 226° and 286°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(256, 45%, 91%) in CSS?
As HSL: color: hsl(256, 45%, 91%); — As HEX: color: #E3DEF2; — As RGB: color: rgb(227, 222, 242); — Tailwind CSS: bg-[hsl(256,45%,91%)] — CSS variable: --color-primary: hsl(256, 45%, 91%);