HSL(281, 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(281,16%,88%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(281, 16%, 88%) | color: hsl(281, 16%, 88%) | |
| HEX | #E2DCE5 | color: #E2DCE5 | |
| RGB | rgb(226, 220, 229) | color: rgb(226, 220, 229) | |
| CMYK | cmyk(1%, 4%, 0%, 10%) | — | |
| HSV | hsv(280, 4%, 90%) | — | |
| HWB | hwb(280 86% 10%) | color: hwb(280 86% 10%) | |
| OKLCH | oklch(0.9018 0.0137 314.75) | color: oklch(0.9018 0.0137 314.75) | |
| Lab | lab(88.45 3.65 -3.67) | color: lab(88.45 3.65 -3.67) | |
| LCH | lch(88.45 5.18 314.84) | color: lch(88.45 5.18 314.84) |
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)
#E0E0E2 — rgb(224, 224, 226)
Tritanopia (Blue-blind)
#E2E1E1 — rgb(226, 225, 225)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(281, 16%, 88%);
text
color: hsl(281, 16%, 88%);
border
border: 2px solid hsl(281, 16%, 88%);
gradient light
background: linear-gradient(to right, hsl(281, 16%, 100%), hsl(281, 16%, 88%));
gradient dark
background: linear-gradient(to right, hsl(281, 16%, 88%), hsl(281, 16%, 68%))
hex
background-color: #E2DCE5;
tailwind
bg-[hsl(281,16%,88%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(281, 16%, 88%, 0.4);
css variable
--color-primary: hsl(281, 16%, 88%);
Related Colors
Use Cases for Very Light Indigo
Frequently Asked Questions
What are all the color codes for HSL(281, 16%, 88%)?
HEX: #E2DCE5 | RGB: rgb(226, 220, 229) | CMYK: 1%, 4%, 0%, 10% | HSV: 280°, 4%, 90%. Copy any format from the conversion table above.
What colors go well with #E2DCE5?
The complementary color is HSL(101, 16%, 88%). For a triadic harmony, use hues 281°, 41°, and 161°. For analogous combinations, try hues 251° and 311°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(281, 16%, 88%) in CSS?
As HSL: color: hsl(281, 16%, 88%); — As HEX: color: #E2DCE5; — As RGB: color: rgb(226, 220, 229); — Tailwind CSS: bg-[hsl(281,16%,88%)] — CSS variable: --color-primary: hsl(281, 16%, 88%);