HSL(279, 49%, 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(279,49%,89%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(279, 49%, 89%) | color: hsl(279, 49%, 89%) | |
| HEX | #E7D5F1 | color: #E7D5F1 | |
| RGB | rgb(231, 213, 241) | color: rgb(231, 213, 241) | |
| CMYK | cmyk(4%, 12%, 0%, 5%) | — | |
| HSV | hsv(279, 12%, 95%) | — | |
| HWB | hwb(279 84% 5%) | color: hwb(279 84% 5%) | |
| OKLCH | oklch(0.8961 0.0424 313.68) | color: oklch(0.8961 0.0424 313.68) | |
| Lab | lab(87.45 11.2 -11.44) | color: lab(87.45 11.2 -11.44) | |
| LCH | lch(87.45 16.01 314.39) | color: lch(87.45 16.01 314.39) |
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)
#DFDFEA — rgb(223, 223, 234)
Deuteranopia (Green-blind)
#E0E2E9 — rgb(224, 226, 233)
Tritanopia (Blue-blind)
#E6E5E4 — rgb(230, 229, 228)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(279, 49%, 89%);
text
color: hsl(279, 49%, 89%);
border
border: 2px solid hsl(279, 49%, 89%);
gradient light
background: linear-gradient(to right, hsl(279, 49%, 100%), hsl(279, 49%, 89%));
gradient dark
background: linear-gradient(to right, hsl(279, 49%, 89%), hsl(279, 49%, 69%))
hex
background-color: #E7D5F1;
tailwind
bg-[hsl(279,49%,89%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(279, 49%, 89%, 0.4);
css variable
--color-primary: hsl(279, 49%, 89%);
Related Colors
Use Cases for Very Light Indigo
Frequently Asked Questions
What are all the color codes for HSL(279, 49%, 89%)?
HEX: #E7D5F1 | RGB: rgb(231, 213, 241) | CMYK: 4%, 12%, 0%, 5% | HSV: 279°, 12%, 95%. Copy any format from the conversion table above.
What colors go well with #E7D5F1?
The complementary color is HSL(99, 49%, 89%). For a triadic harmony, use hues 279°, 39°, and 159°. For analogous combinations, try hues 249° and 309°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(279, 49%, 89%) in CSS?
As HSL: color: hsl(279, 49%, 89%); — As HEX: color: #E7D5F1; — As RGB: color: rgb(231, 213, 241); — Tailwind CSS: bg-[hsl(279,49%,89%)] — CSS variable: --color-primary: hsl(279, 49%, 89%);