HSL(275, 83%, 88%)
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,83%,88%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(275, 83%, 88%) | color: hsl(275, 83%, 88%) | |
| HEX | #E5C7FA | color: #E5C7FA | |
| RGB | rgb(229, 199, 250) | color: rgb(229, 199, 250) | |
| CMYK | cmyk(8%, 20%, 0%, 2%) | — | |
| HSV | hsv(275, 20%, 98%) | — | |
| HWB | hwb(275 78% 2%) | color: hwb(275 78% 2%) | |
| OKLCH | oklch(0.8712 0.0761 311.22) | color: oklch(0.8712 0.0761 311.22) | |
| Lab | lab(84.18 19.71 -21.15) | color: lab(84.18 19.71 -21.15) | |
| LCH | lch(84.18 28.91 312.98) | color: lch(84.18 28.91 312.98) |
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)
#D8D8EE — rgb(216, 216, 238)
Deuteranopia (Green-blind)
#DADCEB — rgb(218, 220, 235)
Tritanopia (Blue-blind)
#E4E4E2 — rgb(228, 228, 226)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(275, 83%, 88%);
text
color: hsl(275, 83%, 88%);
border
border: 2px solid hsl(275, 83%, 88%);
gradient light
background: linear-gradient(to right, hsl(275, 83%, 100%), hsl(275, 83%, 88%));
gradient dark
background: linear-gradient(to right, hsl(275, 83%, 88%), hsl(275, 83%, 68%))
hex
background-color: #E5C7FA;
tailwind
bg-[hsl(275,83%,88%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(275, 83%, 88%, 0.4);
css variable
--color-primary: hsl(275, 83%, 88%);
Related Colors
Use Cases for Very Light Indigo
Frequently Asked Questions
What are all the color codes for HSL(275, 83%, 88%)?
HEX: #E5C7FA | RGB: rgb(229, 199, 250) | CMYK: 8%, 20%, 0%, 2% | HSV: 275°, 20%, 98%. Copy any format from the conversion table above.
What colors go well with #E5C7FA?
The complementary color is HSL(95, 83%, 88%). 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, 83%, 88%) in CSS?
As HSL: color: hsl(275, 83%, 88%); — As HEX: color: #E5C7FA; — As RGB: color: rgb(229, 199, 250); — Tailwind CSS: bg-[hsl(275,83%,88%)] — CSS variable: --color-primary: hsl(275, 83%, 88%);