HSL(257, 79%, 93%)
Very Light Indigo — Indigo color
Adjust Color
Color Information
Color Name
Very Light Indigo
Color Family
Indigo
Warm / Cool
🔵 Cool
Temperature
9000K
CSS Class
bg-[hsl(257,79%,93%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(257, 79%, 93%) | color: hsl(257, 79%, 93%) | |
| HEX | #E7DFFB | color: #E7DFFB | |
| RGB | rgb(231, 223, 251) | color: rgb(231, 223, 251) | |
| CMYK | cmyk(8%, 11%, 0%, 2%) | — | |
| HSV | hsv(257, 11%, 98%) | — | |
| HWB | hwb(257 87% 2%) | color: hwb(257 87% 2%) | |
| OKLCH | oklch(0.9184 0.0386 298.69) | color: oklch(0.9184 0.0386 298.69) | |
| Lab | lab(90.2 7.86 -12.61) | color: lab(90.2 7.86 -12.61) | |
| LCH | lch(90.2 14.86 301.94) | color: lch(90.2 14.86 301.94) |
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)
#E4E3F4 — rgb(228, 227, 244)
Deuteranopia (Green-blind)
#E4E5F3 — rgb(228, 229, 243)
Tritanopia (Blue-blind)
#E7EFEE — rgb(231, 239, 238)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(257, 79%, 93%);
text
color: hsl(257, 79%, 93%);
border
border: 2px solid hsl(257, 79%, 93%);
gradient light
background: linear-gradient(to right, hsl(257, 79%, 100%), hsl(257, 79%, 93%));
gradient dark
background: linear-gradient(to right, hsl(257, 79%, 93%), hsl(257, 79%, 73%))
hex
background-color: #E7DFFB;
tailwind
bg-[hsl(257,79%,93%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(257, 79%, 93%, 0.4);
css variable
--color-primary: hsl(257, 79%, 93%);
Related Colors
Use Cases for Very Light Indigo
Frequently Asked Questions
What are all the color codes for HSL(257, 79%, 93%)?
HEX: #E7DFFB | RGB: rgb(231, 223, 251) | CMYK: 8%, 11%, 0%, 2% | HSV: 257°, 11%, 98%. Copy any format from the conversion table above.
What colors go well with #E7DFFB?
The complementary color is HSL(77, 79%, 93%). For a triadic harmony, use hues 257°, 17°, and 137°. For analogous combinations, try hues 227° and 287°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(257, 79%, 93%) in CSS?
As HSL: color: hsl(257, 79%, 93%); — As HEX: color: #E7DFFB; — As RGB: color: rgb(231, 223, 251); — Tailwind CSS: bg-[hsl(257,79%,93%)] — CSS variable: --color-primary: hsl(257, 79%, 93%);