HSL(283, 80%, 87%)
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(283,80%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(283, 80%, 87%) | color: hsl(283, 80%, 87%) | |
| HEX | #E9C3F8 | color: #E9C3F8 | |
| RGB | rgb(233, 195, 248) | color: rgb(233, 195, 248) | |
| CMYK | cmyk(6%, 21%, 0%, 3%) | — | |
| HSV | hsv(283, 21%, 97%) | — | |
| HWB | hwb(283 77% 3%) | color: hwb(283 77% 3%) | |
| OKLCH | oklch(0.8667 0.0825 316.34) | color: oklch(0.8667 0.0825 316.34) | |
| Lab | lab(83.51 22.73 -21.06) | color: lab(83.51 22.73 -21.06) | |
| LCH | lch(83.51 30.99 317.18) | color: lch(83.51 30.99 317.18) |
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)
#D9D8EB — rgb(217, 216, 235)
Deuteranopia (Green-blind)
#DBDEE8 — rgb(219, 222, 232)
Tritanopia (Blue-blind)
#E7E1DF — rgb(231, 225, 223)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(283, 80%, 87%);
text
color: hsl(283, 80%, 87%);
border
border: 2px solid hsl(283, 80%, 87%);
gradient light
background: linear-gradient(to right, hsl(283, 80%, 100%), hsl(283, 80%, 87%));
gradient dark
background: linear-gradient(to right, hsl(283, 80%, 87%), hsl(283, 80%, 67%))
hex
background-color: #E9C3F8;
tailwind
bg-[hsl(283,80%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(283, 80%, 87%, 0.4);
css variable
--color-primary: hsl(283, 80%, 87%);
Related Colors
Use Cases for Very Light Indigo
Frequently Asked Questions
What are all the color codes for HSL(283, 80%, 87%)?
HEX: #E9C3F8 | RGB: rgb(233, 195, 248) | CMYK: 6%, 21%, 0%, 3% | HSV: 283°, 21%, 97%. Copy any format from the conversion table above.
What colors go well with #E9C3F8?
The complementary color is HSL(103, 80%, 87%). For a triadic harmony, use hues 283°, 43°, and 163°. For analogous combinations, try hues 253° and 313°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(283, 80%, 87%) in CSS?
As HSL: color: hsl(283, 80%, 87%); — As HEX: color: #E9C3F8; — As RGB: color: rgb(233, 195, 248); — Tailwind CSS: bg-[hsl(283,80%,87%)] — CSS variable: --color-primary: hsl(283, 80%, 87%);