HSL(271, 16%, 88%)
Very Light Indigo — Indigo color
Adjust Color
Color Information
Color Name
Very Light Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(271,16%,88%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(271, 16%, 88%) | color: hsl(271, 16%, 88%) | |
| HEX | #E1DCE5 | color: #E1DCE5 | |
| RGB | rgb(225, 220, 229) | color: rgb(225, 220, 229) | |
| CMYK | cmyk(2%, 4%, 0%, 10%) | — | |
| HSV | hsv(273, 4%, 90%) | — | |
| HWB | hwb(273 86% 10%) | color: hwb(273 86% 10%) | |
| OKLCH | oklch(0.901 0.0132 310.52) | color: oklch(0.901 0.0132 310.52) | |
| Lab | lab(88.38 3.32 -3.79) | color: lab(88.38 3.32 -3.79) | |
| LCH | lch(88.38 5.04 311.22) | color: lch(88.38 5.04 311.22) |
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)
#DFDFE3 — rgb(223, 223, 227)
Deuteranopia (Green-blind)
#DFE0E2 — rgb(223, 224, 226)
Tritanopia (Blue-blind)
#E1E1E1 — rgb(225, 225, 225)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(271, 16%, 88%);
text
color: hsl(271, 16%, 88%);
border
border: 2px solid hsl(271, 16%, 88%);
gradient light
background: linear-gradient(to right, hsl(271, 16%, 100%), hsl(271, 16%, 88%));
gradient dark
background: linear-gradient(to right, hsl(271, 16%, 88%), hsl(271, 16%, 68%))
hex
background-color: #E1DCE5;
tailwind
bg-[hsl(271,16%,88%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(271, 16%, 88%, 0.4);
css variable
--color-primary: hsl(271, 16%, 88%);
Related Colors
Use Cases for Very Light Indigo
Frequently Asked Questions
What are all the color codes for HSL(271, 16%, 88%)?
HEX: #E1DCE5 | RGB: rgb(225, 220, 229) | CMYK: 2%, 4%, 0%, 10% | HSV: 273°, 4%, 90%. Copy any format from the conversion table above.
What colors go well with #E1DCE5?
The complementary color is HSL(91, 16%, 88%). 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, 16%, 88%) in CSS?
As HSL: color: hsl(271, 16%, 88%); — As HEX: color: #E1DCE5; — As RGB: color: rgb(225, 220, 229); — Tailwind CSS: bg-[hsl(271,16%,88%)] — CSS variable: --color-primary: hsl(271, 16%, 88%);