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

Complementary

Triadic

Analogous

Tetradic (Square)

Split-Complementary

Accessibility (WCAG)

White text on color

Black text on color

Color on white bg

Colored text

Contrast Ratios

vs White 1.53:1
vs Black 13.75:1

AA Normal (4.5:1)

on White: FAIL ✗ on Black: PASS ✓

AA Large (3:1)

on White: FAIL ✗ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

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

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

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

UI elements Web design Branding Graphic design Print design

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%);