HSL(284, 79%, 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(284,79%,87%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(284, 79%, 87%) | color: hsl(284, 79%, 87%) | |
| HEX | #EAC4F8 | color: #EAC4F8 | |
| RGB | rgb(234, 196, 248) | color: rgb(234, 196, 248) | |
| CMYK | cmyk(6%, 21%, 0%, 3%) | — | |
| HSV | hsv(284, 21%, 97%) | — | |
| HWB | hwb(284 77% 3%) | color: hwb(284 77% 3%) | |
| OKLCH | oklch(0.8694 0.0813 316.88) | color: oklch(0.8694 0.0813 316.88) | |
| Lab | lab(83.84 22.52 -20.56) | color: lab(83.84 22.52 -20.56) | |
| LCH | lch(83.84 30.49 317.6) | color: lch(83.84 30.49 317.6) |
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)
#DAD9EB — rgb(218, 217, 235)
Deuteranopia (Green-blind)
#DCDFE8 — rgb(220, 223, 232)
Tritanopia (Blue-blind)
#E8E1DF — rgb(232, 225, 223)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(284, 79%, 87%);
text
color: hsl(284, 79%, 87%);
border
border: 2px solid hsl(284, 79%, 87%);
gradient light
background: linear-gradient(to right, hsl(284, 79%, 100%), hsl(284, 79%, 87%));
gradient dark
background: linear-gradient(to right, hsl(284, 79%, 87%), hsl(284, 79%, 67%))
hex
background-color: #EAC4F8;
tailwind
bg-[hsl(284,79%,87%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(284, 79%, 87%, 0.4);
css variable
--color-primary: hsl(284, 79%, 87%);
Related Colors
Use Cases for Very Light Indigo
Frequently Asked Questions
What are all the color codes for HSL(284, 79%, 87%)?
HEX: #EAC4F8 | RGB: rgb(234, 196, 248) | CMYK: 6%, 21%, 0%, 3% | HSV: 284°, 21%, 97%. Copy any format from the conversion table above.
What colors go well with #EAC4F8?
The complementary color is HSL(104, 79%, 87%). For a triadic harmony, use hues 284°, 44°, and 164°. For analogous combinations, try hues 254° and 314°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(284, 79%, 87%) in CSS?
As HSL: color: hsl(284, 79%, 87%); — As HEX: color: #EAC4F8; — As RGB: color: rgb(234, 196, 248); — Tailwind CSS: bg-[hsl(284,79%,87%)] — CSS variable: --color-primary: hsl(284, 79%, 87%);