HSL(275, 78%, 91%)
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(275,78%,91%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(275, 78%, 91%) | color: hsl(275, 78%, 91%) | |
| HEX | #EBD6FA | color: #EBD6FA | |
| RGB | rgb(235, 214, 250) | color: rgb(235, 214, 250) | |
| CMYK | cmyk(6%, 14%, 0%, 2%) | — | |
| HSV | hsv(275, 14%, 98%) | — | |
| HWB | hwb(275 84% 2%) | color: hwb(275 84% 2%) | |
| OKLCH | oklch(0.9042 0.0533 311.25) | color: oklch(0.9042 0.0533 311.25) | |
| Lab | lab(88.28 13.68 -14.91) | color: lab(88.28 13.68 -14.91) | |
| LCH | lch(88.28 20.23 312.54) | color: lch(88.28 20.23 312.54) |
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)
#E2E2F1 — rgb(226, 226, 241)
Deuteranopia (Green-blind)
#E3E5EF — rgb(227, 229, 239)
Tritanopia (Blue-blind)
#EAEAE9 — rgb(234, 234, 233)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(275, 78%, 91%);
text
color: hsl(275, 78%, 91%);
border
border: 2px solid hsl(275, 78%, 91%);
gradient light
background: linear-gradient(to right, hsl(275, 78%, 100%), hsl(275, 78%, 91%));
gradient dark
background: linear-gradient(to right, hsl(275, 78%, 91%), hsl(275, 78%, 71%))
hex
background-color: #EBD6FA;
tailwind
bg-[hsl(275,78%,91%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(275, 78%, 91%, 0.4);
css variable
--color-primary: hsl(275, 78%, 91%);
Related Colors
Use Cases for Very Light Indigo
Frequently Asked Questions
What are all the color codes for HSL(275, 78%, 91%)?
HEX: #EBD6FA | RGB: rgb(235, 214, 250) | CMYK: 6%, 14%, 0%, 2% | HSV: 275°, 14%, 98%. Copy any format from the conversion table above.
What colors go well with #EBD6FA?
The complementary color is HSL(95, 78%, 91%). For a triadic harmony, use hues 275°, 35°, and 155°. For analogous combinations, try hues 245° and 305°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(275, 78%, 91%) in CSS?
As HSL: color: hsl(275, 78%, 91%); — As HEX: color: #EBD6FA; — As RGB: color: rgb(235, 214, 250); — Tailwind CSS: bg-[hsl(275,78%,91%)] — CSS variable: --color-primary: hsl(275, 78%, 91%);