HSL(280, 80%, 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(280,80%,88%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(280, 80%, 88%) | color: hsl(280, 80%, 88%) | |
| HEX | #E9C8F9 | color: #E9C8F9 | |
| RGB | rgb(233, 200, 249) | color: rgb(233, 200, 249) | |
| CMYK | cmyk(6%, 20%, 0%, 2%) | — | |
| HSV | hsv(280, 20%, 98%) | — | |
| HWB | hwb(280 78% 2%) | color: hwb(280 78% 2%) | |
| OKLCH | oklch(0.8761 0.075 314.68) | color: oklch(0.8761 0.075 314.68) | |
| Lab | lab(84.73 20.26 -19.75) | color: lab(84.73 20.26 -19.75) | |
| LCH | lch(84.73 28.29 315.73) | color: lch(84.73 28.29 315.73) |
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)
#DBDAED — rgb(219, 218, 237)
Deuteranopia (Green-blind)
#DDDFEA — rgb(221, 223, 234)
Tritanopia (Blue-blind)
#E7E4E2 — rgb(231, 228, 226)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(280, 80%, 88%);
text
color: hsl(280, 80%, 88%);
border
border: 2px solid hsl(280, 80%, 88%);
gradient light
background: linear-gradient(to right, hsl(280, 80%, 100%), hsl(280, 80%, 88%));
gradient dark
background: linear-gradient(to right, hsl(280, 80%, 88%), hsl(280, 80%, 68%))
hex
background-color: #E9C8F9;
tailwind
bg-[hsl(280,80%,88%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(280, 80%, 88%, 0.4);
css variable
--color-primary: hsl(280, 80%, 88%);
Related Colors
Use Cases for Very Light Indigo
Frequently Asked Questions
What are all the color codes for HSL(280, 80%, 88%)?
HEX: #E9C8F9 | RGB: rgb(233, 200, 249) | CMYK: 6%, 20%, 0%, 2% | HSV: 280°, 20%, 98%. Copy any format from the conversion table above.
What colors go well with #E9C8F9?
The complementary color is HSL(100, 80%, 88%). 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, 80%, 88%) in CSS?
As HSL: color: hsl(280, 80%, 88%); — As HEX: color: #E9C8F9; — As RGB: color: rgb(233, 200, 249); — Tailwind CSS: bg-[hsl(280,80%,88%)] — CSS variable: --color-primary: hsl(280, 80%, 88%);