HSL(267, 77%, 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(267,77%,91%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(267, 77%, 91%) | color: hsl(267, 77%, 91%) | |
| HEX | #E6D6FA | color: #E6D6FA | |
| RGB | rgb(230, 214, 250) | color: rgb(230, 214, 250) | |
| CMYK | cmyk(8%, 14%, 0%, 2%) | — | |
| HSV | hsv(267, 14%, 98%) | — | |
| HWB | hwb(267 84% 2%) | color: hwb(267 84% 2%) | |
| OKLCH | oklch(0.9001 0.0514 305.46) | color: oklch(0.9001 0.0514 305.46) | |
| Lab | lab(87.88 12.07 -15.55) | color: lab(87.88 12.07 -15.55) | |
| LCH | lch(87.88 19.68 307.82) | color: lch(87.88 19.68 307.82) |
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)
#DFDFF1 — rgb(223, 223, 241)
Deuteranopia (Green-blind)
#E0E1EF — rgb(224, 225, 239)
Tritanopia (Blue-blind)
#E5EAE9 — rgb(229, 234, 233)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(267, 77%, 91%);
text
color: hsl(267, 77%, 91%);
border
border: 2px solid hsl(267, 77%, 91%);
gradient light
background: linear-gradient(to right, hsl(267, 77%, 100%), hsl(267, 77%, 91%));
gradient dark
background: linear-gradient(to right, hsl(267, 77%, 91%), hsl(267, 77%, 71%))
hex
background-color: #E6D6FA;
tailwind
bg-[hsl(267,77%,91%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(267, 77%, 91%, 0.4);
css variable
--color-primary: hsl(267, 77%, 91%);
Related Colors
Use Cases for Very Light Indigo
Frequently Asked Questions
What are all the color codes for HSL(267, 77%, 91%)?
HEX: #E6D6FA | RGB: rgb(230, 214, 250) | CMYK: 8%, 14%, 0%, 2% | HSV: 267°, 14%, 98%. Copy any format from the conversion table above.
What colors go well with #E6D6FA?
The complementary color is HSL(87, 77%, 91%). 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, 77%, 91%) in CSS?
As HSL: color: hsl(267, 77%, 91%); — As HEX: color: #E6D6FA; — As RGB: color: rgb(230, 214, 250); — Tailwind CSS: bg-[hsl(267,77%,91%)] — CSS variable: --color-primary: hsl(267, 77%, 91%);