HSL(282, 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(282,35%,89%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(282, 35%, 89%) | color: hsl(282, 35%, 89%) | |
| HEX | #E7D9ED | color: #E7D9ED | |
| RGB | rgb(231, 217, 237) | color: rgb(231, 217, 237) | |
| CMYK | cmyk(3%, 8%, 0%, 7%) | — | |
| HSV | hsv(282, 8%, 93%) | — | |
| HWB | hwb(282 86% 7%) | color: hwb(282 86% 7%) | |
| OKLCH | oklch(0.9024 0.0308 315.9) | color: oklch(0.9024 0.0308 315.9) | |
| Lab | lab(88.32 8.35 -8.04) | color: lab(88.32 8.35 -8.04) | |
| LCH | lch(88.32 11.59 316.08) | color: lch(88.32 11.59 316.08) |
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)
#E1E1E8 — rgb(225, 225, 232)
Deuteranopia (Green-blind)
#E2E3E7 — rgb(226, 227, 231)
Tritanopia (Blue-blind)
#E6E4E4 — rgb(230, 228, 228)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(282, 35%, 89%);
text
color: hsl(282, 35%, 89%);
border
border: 2px solid hsl(282, 35%, 89%);
gradient light
background: linear-gradient(to right, hsl(282, 35%, 100%), hsl(282, 35%, 89%));
gradient dark
background: linear-gradient(to right, hsl(282, 35%, 89%), hsl(282, 35%, 69%))
hex
background-color: #E7D9ED;
tailwind
bg-[hsl(282,35%,89%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(282, 35%, 89%, 0.4);
css variable
--color-primary: hsl(282, 35%, 89%);
Related Colors
Use Cases for Very Light Indigo
Frequently Asked Questions
What are all the color codes for HSL(282, 35%, 89%)?
HEX: #E7D9ED | RGB: rgb(231, 217, 237) | CMYK: 3%, 8%, 0%, 7% | HSV: 282°, 8%, 93%. Copy any format from the conversion table above.
What colors go well with #E7D9ED?
The complementary color is HSL(102, 35%, 89%). For a triadic harmony, use hues 282°, 42°, and 162°. For analogous combinations, try hues 252° and 312°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(282, 35%, 89%) in CSS?
As HSL: color: hsl(282, 35%, 89%); — As HEX: color: #E7D9ED; — As RGB: color: rgb(231, 217, 237); — Tailwind CSS: bg-[hsl(282,35%,89%)] — CSS variable: --color-primary: hsl(282, 35%, 89%);