HSL(281, 59%, 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(281,59%,87%)]

Color Conversions

Format Value CSS Usage
HSL hsl(281, 59%, 87%) color: hsl(281, 59%, 87%)
HEX #E5CAF1 color: #E5CAF1
RGB rgb(229, 202, 241) color: rgb(229, 202, 241)
CMYK cmyk(5%, 16%, 0%, 5%)
HSV hsv(282, 16%, 95%)
HWB hwb(282 80% 5%) color: hwb(282 80% 5%)
OKLCH oklch(0.8736 0.0603 315.48) color: oklch(0.8736 0.0603 315.48)
Lab lab(84.61 16.37 -15.71) color: lab(84.61 16.37 -15.71)
LCH lch(84.61 22.69 316.18) color: lch(84.61 22.69 316.18)

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.49:1
vs Black 14.05: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)

#D9D9E8 — rgb(217, 217, 232)

Deuteranopia (Green-blind)

#DBDDE5 — rgb(219, 221, 229)

Tritanopia (Blue-blind)

#E4E0DE — rgb(228, 224, 222)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(281, 59%, 87%);

text

color: hsl(281, 59%, 87%);

border

border: 2px solid hsl(281, 59%, 87%);

gradient light

background: linear-gradient(to right, hsl(281, 59%, 100%), hsl(281, 59%, 87%));

gradient dark

background: linear-gradient(to right, hsl(281, 59%, 87%), hsl(281, 59%, 67%))

hex

background-color: #E5CAF1;

tailwind

bg-[hsl(281,59%,87%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(281, 59%, 87%, 0.4);

css variable

--color-primary: hsl(281, 59%, 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(281, 59%, 87%)?

HEX: #E5CAF1 | RGB: rgb(229, 202, 241) | CMYK: 5%, 16%, 0%, 5% | HSV: 282°, 16%, 95%. Copy any format from the conversion table above.

What colors go well with #E5CAF1?

The complementary color is HSL(101, 59%, 87%). For a triadic harmony, use hues 281°, 41°, and 161°. For analogous combinations, try hues 251° and 311°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(281, 59%, 87%) in CSS?

As HSL: color: hsl(281, 59%, 87%); — As HEX: color: #E5CAF1; — As RGB: color: rgb(229, 202, 241); — Tailwind CSS: bg-[hsl(281,59%,87%)] — CSS variable: --color-primary: hsl(281, 59%, 87%);