HSL(267, 55%, 90%)
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,55%,90%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(267, 55%, 90%) | color: hsl(267, 55%, 90%) | |
| HEX | #E4D7F4 | color: #E4D7F4 | |
| RGB | rgb(228, 215, 244) | color: rgb(228, 215, 244) | |
| CMYK | cmyk(7%, 12%, 0%, 4%) | — | |
| HSV | hsv(267, 12%, 96%) | — | |
| HWB | hwb(267 84% 4%) | color: hwb(267 84% 4%) | |
| OKLCH | oklch(0.8984 0.0415 305.77) | color: oklch(0.8984 0.0415 305.77) | |
| Lab | lab(87.79 9.74 -12.55) | color: lab(87.79 9.74 -12.55) | |
| LCH | lch(87.79 15.89 307.81) | color: lch(87.79 15.89 307.81) |
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)
#DEDEED — rgb(222, 222, 237)
Deuteranopia (Green-blind)
#DFE0EB — rgb(223, 224, 235)
Tritanopia (Blue-blind)
#E3E7E6 — rgb(227, 231, 230)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(267, 55%, 90%);
text
color: hsl(267, 55%, 90%);
border
border: 2px solid hsl(267, 55%, 90%);
gradient light
background: linear-gradient(to right, hsl(267, 55%, 100%), hsl(267, 55%, 90%));
gradient dark
background: linear-gradient(to right, hsl(267, 55%, 90%), hsl(267, 55%, 70%))
hex
background-color: #E4D7F4;
tailwind
bg-[hsl(267,55%,90%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(267, 55%, 90%, 0.4);
css variable
--color-primary: hsl(267, 55%, 90%);
Related Colors
Use Cases for Very Light Indigo
Frequently Asked Questions
What are all the color codes for HSL(267, 55%, 90%)?
HEX: #E4D7F4 | RGB: rgb(228, 215, 244) | CMYK: 7%, 12%, 0%, 4% | HSV: 267°, 12%, 96%. Copy any format from the conversion table above.
What colors go well with #E4D7F4?
The complementary color is HSL(87, 55%, 90%). 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, 55%, 90%) in CSS?
As HSL: color: hsl(267, 55%, 90%); — As HEX: color: #E4D7F4; — As RGB: color: rgb(228, 215, 244); — Tailwind CSS: bg-[hsl(267,55%,90%)] — CSS variable: --color-primary: hsl(267, 55%, 90%);