HSL(280, 20%, 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(280,20%,90%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(280, 20%, 90%) | color: hsl(280, 20%, 90%) | |
| HEX | #E7E0EB | color: #E7E0EB | |
| RGB | rgb(231, 224, 235) | color: rgb(231, 224, 235) | |
| CMYK | cmyk(2%, 5%, 0%, 8%) | — | |
| HSV | hsv(278, 5%, 92%) | — | |
| HWB | hwb(278 87% 8%) | color: hwb(278 87% 8%) | |
| OKLCH | oklch(0.9154 0.0165 313.61) | color: oklch(0.9154 0.0165 313.61) | |
| Lab | lab(90 4.34 -4.51) | color: lab(90 4.34 -4.51) | |
| LCH | lch(90 6.26 313.9) | color: lch(90 6.26 313.9) |
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)
#E4E4E8 — rgb(228, 228, 232)
Deuteranopia (Green-blind)
#E4E5E8 — rgb(228, 229, 232)
Tritanopia (Blue-blind)
#E7E6E6 — rgb(231, 230, 230)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(280, 20%, 90%);
text
color: hsl(280, 20%, 90%);
border
border: 2px solid hsl(280, 20%, 90%);
gradient light
background: linear-gradient(to right, hsl(280, 20%, 100%), hsl(280, 20%, 90%));
gradient dark
background: linear-gradient(to right, hsl(280, 20%, 90%), hsl(280, 20%, 70%))
hex
background-color: #E7E0EB;
tailwind
bg-[hsl(280,20%,90%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(280, 20%, 90%, 0.4);
css variable
--color-primary: hsl(280, 20%, 90%);
Related Colors
Use Cases for Very Light Indigo
Frequently Asked Questions
What are all the color codes for HSL(280, 20%, 90%)?
HEX: #E7E0EB | RGB: rgb(231, 224, 235) | CMYK: 2%, 5%, 0%, 8% | HSV: 278°, 5%, 92%. Copy any format from the conversion table above.
What colors go well with #E7E0EB?
The complementary color is HSL(100, 20%, 90%). For a triadic harmony, use hues 280°, 40°, and 160°. For analogous combinations, try hues 250° and 310°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(280, 20%, 90%) in CSS?
As HSL: color: hsl(280, 20%, 90%); — As HEX: color: #E7E0EB; — As RGB: color: rgb(231, 224, 235); — Tailwind CSS: bg-[hsl(280,20%,90%)] — CSS variable: --color-primary: hsl(280, 20%, 90%);