HSL(276, 43%, 91%)
Very Light Indigo — Indigo color
Adjust Color
Color Information
Color Name
Very Light Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
6500K
CSS Class
bg-[hsl(276,43%,91%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(276, 43%, 91%) | color: hsl(276, 43%, 91%) | |
| HEX | #EADEF2 | color: #EADEF2 | |
| RGB | rgb(234, 222, 242) | color: rgb(234, 222, 242) | |
| CMYK | cmyk(3%, 8%, 0%, 5%) | — | |
| HSV | hsv(276, 8%, 95%) | — | |
| HWB | hwb(276 87% 5%) | color: hwb(276 87% 5%) | |
| OKLCH | oklch(0.916 0.0297 312.12) | color: oklch(0.916 0.0297 312.12) | |
| Lab | lab(89.93 7.66 -8.26) | color: lab(89.93 7.66 -8.26) | |
| LCH | lch(89.93 11.27 312.84) | color: lch(89.93 11.27 312.84) |
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)
#E5E5ED — rgb(229, 229, 237)
Deuteranopia (Green-blind)
#E6E6EC — rgb(230, 230, 236)
Tritanopia (Blue-blind)
#E9E9E9 — rgb(233, 233, 233)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(276, 43%, 91%);
text
color: hsl(276, 43%, 91%);
border
border: 2px solid hsl(276, 43%, 91%);
gradient light
background: linear-gradient(to right, hsl(276, 43%, 100%), hsl(276, 43%, 91%));
gradient dark
background: linear-gradient(to right, hsl(276, 43%, 91%), hsl(276, 43%, 71%))
hex
background-color: #EADEF2;
tailwind
bg-[hsl(276,43%,91%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(276, 43%, 91%, 0.4);
css variable
--color-primary: hsl(276, 43%, 91%);
Related Colors
Use Cases for Very Light Indigo
Frequently Asked Questions
What are all the color codes for HSL(276, 43%, 91%)?
HEX: #EADEF2 | RGB: rgb(234, 222, 242) | CMYK: 3%, 8%, 0%, 5% | HSV: 276°, 8%, 95%. Copy any format from the conversion table above.
What colors go well with #EADEF2?
The complementary color is HSL(96, 43%, 91%). For a triadic harmony, use hues 276°, 36°, and 156°. For analogous combinations, try hues 246° and 306°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(276, 43%, 91%) in CSS?
As HSL: color: hsl(276, 43%, 91%); — As HEX: color: #EADEF2; — As RGB: color: rgb(234, 222, 242); — Tailwind CSS: bg-[hsl(276,43%,91%)] — CSS variable: --color-primary: hsl(276, 43%, 91%);