HSL(264, 89%, 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(264,89%,90%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(264, 89%, 90%) | color: hsl(264, 89%, 90%) | |
| HEX | #E1CFFC | color: #E1CFFC | |
| RGB | rgb(225, 207, 252) | color: rgb(225, 207, 252) | |
| CMYK | cmyk(11%, 18%, 0%, 1%) | — | |
| HSV | hsv(264, 18%, 99%) | — | |
| HWB | hwb(264 81% 1%) | color: hwb(264 81% 1%) | |
| OKLCH | oklch(0.8834 0.0639 303.31) | color: oklch(0.8834 0.0639 303.31) | |
| Lab | lab(85.84 14.58 -19.73) | color: lab(85.84 14.58 -19.73) | |
| LCH | lch(85.84 24.53 306.46) | color: lch(85.84 24.53 306.46) |
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)
#D9D9F1 — rgb(217, 217, 241)
Deuteranopia (Green-blind)
#DADCEF — rgb(218, 220, 239)
Tritanopia (Blue-blind)
#E0E9E7 — rgb(224, 233, 231)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(264, 89%, 90%);
text
color: hsl(264, 89%, 90%);
border
border: 2px solid hsl(264, 89%, 90%);
gradient light
background: linear-gradient(to right, hsl(264, 89%, 100%), hsl(264, 89%, 90%));
gradient dark
background: linear-gradient(to right, hsl(264, 89%, 90%), hsl(264, 89%, 70%))
hex
background-color: #E1CFFC;
tailwind
bg-[hsl(264,89%,90%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(264, 89%, 90%, 0.4);
css variable
--color-primary: hsl(264, 89%, 90%);
Related Colors
Use Cases for Very Light Indigo
Frequently Asked Questions
What are all the color codes for HSL(264, 89%, 90%)?
HEX: #E1CFFC | RGB: rgb(225, 207, 252) | CMYK: 11%, 18%, 0%, 1% | HSV: 264°, 18%, 99%. Copy any format from the conversion table above.
What colors go well with #E1CFFC?
The complementary color is HSL(84, 89%, 90%). For a triadic harmony, use hues 264°, 24°, and 144°. For analogous combinations, try hues 234° and 294°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(264, 89%, 90%) in CSS?
As HSL: color: hsl(264, 89%, 90%); — As HEX: color: #E1CFFC; — As RGB: color: rgb(225, 207, 252); — Tailwind CSS: bg-[hsl(264,89%,90%)] — CSS variable: --color-primary: hsl(264, 89%, 90%);