HSL(276, 81%, 92%)
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,81%,92%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(276, 81%, 92%) | color: hsl(276, 81%, 92%) | |
| HEX | #EEDAFB | color: #EEDAFB | |
| RGB | rgb(238, 218, 251) | color: rgb(238, 218, 251) | |
| CMYK | cmyk(5%, 13%, 0%, 2%) | — | |
| HSV | hsv(276, 13%, 98%) | — | |
| HWB | hwb(276 85% 2%) | color: hwb(276 85% 2%) | |
| OKLCH | oklch(0.9145 0.0491 312.2) | color: oklch(0.9145 0.0491 312.2) | |
| Lab | lab(89.53 12.74 -13.55) | color: lab(89.53 12.74 -13.55) | |
| LCH | lch(89.53 18.6 313.24) | color: lch(89.53 18.6 313.24) |
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)
#E5E5F3 — rgb(229, 229, 243)
Deuteranopia (Green-blind)
#E7E8F1 — rgb(231, 232, 241)
Tritanopia (Blue-blind)
#EDEDEB — rgb(237, 237, 235)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(276, 81%, 92%);
text
color: hsl(276, 81%, 92%);
border
border: 2px solid hsl(276, 81%, 92%);
gradient light
background: linear-gradient(to right, hsl(276, 81%, 100%), hsl(276, 81%, 92%));
gradient dark
background: linear-gradient(to right, hsl(276, 81%, 92%), hsl(276, 81%, 72%))
hex
background-color: #EEDAFB;
tailwind
bg-[hsl(276,81%,92%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(276, 81%, 92%, 0.4);
css variable
--color-primary: hsl(276, 81%, 92%);
Related Colors
Use Cases for Very Light Indigo
Frequently Asked Questions
What are all the color codes for HSL(276, 81%, 92%)?
HEX: #EEDAFB | RGB: rgb(238, 218, 251) | CMYK: 5%, 13%, 0%, 2% | HSV: 276°, 13%, 98%. Copy any format from the conversion table above.
What colors go well with #EEDAFB?
The complementary color is HSL(96, 81%, 92%). 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, 81%, 92%) in CSS?
As HSL: color: hsl(276, 81%, 92%); — As HEX: color: #EEDAFB; — As RGB: color: rgb(238, 218, 251); — Tailwind CSS: bg-[hsl(276,81%,92%)] — CSS variable: --color-primary: hsl(276, 81%, 92%);