HSL(271, 35%, 89%)
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,35%,89%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(271, 35%, 89%) | color: hsl(271, 35%, 89%) | |
| HEX | #E3D9ED | color: #E3D9ED | |
| RGB | rgb(227, 217, 237) | color: rgb(227, 217, 237) | |
| CMYK | cmyk(4%, 8%, 0%, 7%) | — | |
| HSV | hsv(270, 8%, 93%) | — | |
| HWB | hwb(270 86% 7%) | color: hwb(270 86% 7%) | |
| OKLCH | oklch(0.8992 0.029 308.1) | color: oklch(0.8992 0.029 308.1) | |
| Lab | lab(88 7.03 -8.54) | color: lab(88 7.03 -8.54) | |
| LCH | lch(88 11.06 309.46) | color: lch(88 11.06 309.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)
#DFDFE8 — rgb(223, 223, 232)
Deuteranopia (Green-blind)
#DFE0E7 — rgb(223, 224, 231)
Tritanopia (Blue-blind)
#E3E4E4 — rgb(227, 228, 228)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(271, 35%, 89%);
text
color: hsl(271, 35%, 89%);
border
border: 2px solid hsl(271, 35%, 89%);
gradient light
background: linear-gradient(to right, hsl(271, 35%, 100%), hsl(271, 35%, 89%));
gradient dark
background: linear-gradient(to right, hsl(271, 35%, 89%), hsl(271, 35%, 69%))
hex
background-color: #E3D9ED;
tailwind
bg-[hsl(271,35%,89%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(271, 35%, 89%, 0.4);
css variable
--color-primary: hsl(271, 35%, 89%);
Related Colors
Use Cases for Very Light Indigo
Frequently Asked Questions
What are all the color codes for HSL(271, 35%, 89%)?
HEX: #E3D9ED | RGB: rgb(227, 217, 237) | CMYK: 4%, 8%, 0%, 7% | HSV: 270°, 8%, 93%. Copy any format from the conversion table above.
What colors go well with #E3D9ED?
The complementary color is HSL(91, 35%, 89%). 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, 35%, 89%) in CSS?
As HSL: color: hsl(271, 35%, 89%); — As HEX: color: #E3D9ED; — As RGB: color: rgb(227, 217, 237); — Tailwind CSS: bg-[hsl(271,35%,89%)] — CSS variable: --color-primary: hsl(271, 35%, 89%);