HSL(271, 91%, 90%)
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(271,91%,90%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(271, 91%, 90%) | color: hsl(271, 91%, 90%) | |
| HEX | #E6CEFD | color: #E6CEFD | |
| RGB | rgb(230, 206, 253) | color: rgb(230, 206, 253) | |
| CMYK | cmyk(9%, 19%, 0%, 1%) | — | |
| HSV | hsv(271, 19%, 99%) | — | |
| HWB | hwb(271 80% 1%) | color: hwb(271 80% 1%) | |
| OKLCH | oklch(0.8861 0.0685 308.06) | color: oklch(0.8861 0.0685 308.06) | |
| Lab | lab(86.04 16.89 -19.92) | color: lab(86.04 16.89 -19.92) | |
| LCH | lch(86.04 26.12 310.29) | color: lch(86.04 26.12 310.29) |
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)
#DCDBF2 — rgb(220, 219, 242)
Deuteranopia (Green-blind)
#DDDFEF — rgb(221, 223, 239)
Tritanopia (Blue-blind)
#E5E9E7 — rgb(229, 233, 231)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(271, 91%, 90%);
text
color: hsl(271, 91%, 90%);
border
border: 2px solid hsl(271, 91%, 90%);
gradient light
background: linear-gradient(to right, hsl(271, 91%, 100%), hsl(271, 91%, 90%));
gradient dark
background: linear-gradient(to right, hsl(271, 91%, 90%), hsl(271, 91%, 70%))
hex
background-color: #E6CEFD;
tailwind
bg-[hsl(271,91%,90%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(271, 91%, 90%, 0.4);
css variable
--color-primary: hsl(271, 91%, 90%);
Related Colors
Use Cases for Very Light Indigo
Frequently Asked Questions
What are all the color codes for HSL(271, 91%, 90%)?
HEX: #E6CEFD | RGB: rgb(230, 206, 253) | CMYK: 9%, 19%, 0%, 1% | HSV: 271°, 19%, 99%. Copy any format from the conversion table above.
What colors go well with #E6CEFD?
The complementary color is HSL(91, 91%, 90%). For a triadic harmony, use hues 271°, 31°, and 151°. For analogous combinations, try hues 241° and 301°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(271, 91%, 90%) in CSS?
As HSL: color: hsl(271, 91%, 90%); — As HEX: color: #E6CEFD; — As RGB: color: rgb(230, 206, 253); — Tailwind CSS: bg-[hsl(271,91%,90%)] — CSS variable: --color-primary: hsl(271, 91%, 90%);