HSL(267, 79%, 92%)
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(267,79%,92%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(267, 79%, 92%) | color: hsl(267, 79%, 92%) | |
| HEX | #E9DAFB | color: #E9DAFB | |
| RGB | rgb(233, 218, 251) | color: rgb(233, 218, 251) | |
| CMYK | cmyk(7%, 13%, 0%, 2%) | — | |
| HSV | hsv(267, 13%, 98%) | — | |
| HWB | hwb(267 85% 2%) | color: hwb(267 85% 2%) | |
| OKLCH | oklch(0.9105 0.0471 305.96) | color: oklch(0.9105 0.0471 305.96) | |
| Lab | lab(89.13 11.13 -14.19) | color: lab(89.13 11.13 -14.19) | |
| LCH | lch(89.13 18.03 308.11) | color: lch(89.13 18.03 308.11) |
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)
#E3E2F3 — rgb(227, 226, 243)
Deuteranopia (Green-blind)
#E3E5F1 — rgb(227, 229, 241)
Tritanopia (Blue-blind)
#E8EDEB — rgb(232, 237, 235)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(267, 79%, 92%);
text
color: hsl(267, 79%, 92%);
border
border: 2px solid hsl(267, 79%, 92%);
gradient light
background: linear-gradient(to right, hsl(267, 79%, 100%), hsl(267, 79%, 92%));
gradient dark
background: linear-gradient(to right, hsl(267, 79%, 92%), hsl(267, 79%, 72%))
hex
background-color: #E9DAFB;
tailwind
bg-[hsl(267,79%,92%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(267, 79%, 92%, 0.4);
css variable
--color-primary: hsl(267, 79%, 92%);
Related Colors
Use Cases for Very Light Indigo
Frequently Asked Questions
What are all the color codes for HSL(267, 79%, 92%)?
HEX: #E9DAFB | RGB: rgb(233, 218, 251) | CMYK: 7%, 13%, 0%, 2% | HSV: 267°, 13%, 98%. Copy any format from the conversion table above.
What colors go well with #E9DAFB?
The complementary color is HSL(87, 79%, 92%). For a triadic harmony, use hues 267°, 27°, and 147°. For analogous combinations, try hues 237° and 297°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(267, 79%, 92%) in CSS?
As HSL: color: hsl(267, 79%, 92%); — As HEX: color: #E9DAFB; — As RGB: color: rgb(233, 218, 251); — Tailwind CSS: bg-[hsl(267,79%,92%)] — CSS variable: --color-primary: hsl(267, 79%, 92%);