HSL(275, 42%, 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(275,42%,87%)]

Color Conversions

Format Value CSS Usage
HSL hsl(275, 42%, 87%) color: hsl(275, 42%, 87%)
HEX #E0D0EC color: #E0D0EC
RGB rgb(224, 208, 236) color: rgb(224, 208, 236)
CMYK cmyk(5%, 12%, 0%, 7%)
HSV hsv(274, 12%, 93%)
HWB hwb(274 82% 7%) color: hwb(274 82% 7%)
OKLCH oklch(0.8791 0.0416 310.87) color: oklch(0.8791 0.0416 310.87)
Lab lab(85.51 10.59 -11.75) color: lab(85.51 10.59 -11.75)
LCH lch(85.51 15.82 312.03) color: lch(85.51 15.82 312.03)

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.46:1
vs Black 14.4: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)

#D9D9E5 — rgb(217, 217, 229)

Deuteranopia (Green-blind)

#DADBE4 — rgb(218, 219, 228)

Tritanopia (Blue-blind)

#DFE0DF — rgb(223, 224, 223)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(275, 42%, 87%);

text

color: hsl(275, 42%, 87%);

border

border: 2px solid hsl(275, 42%, 87%);

gradient light

background: linear-gradient(to right, hsl(275, 42%, 100%), hsl(275, 42%, 87%));

gradient dark

background: linear-gradient(to right, hsl(275, 42%, 87%), hsl(275, 42%, 67%))

hex

background-color: #E0D0EC;

tailwind

bg-[hsl(275,42%,87%)]

box shadow

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

css variable

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

HEX: #E0D0EC | RGB: rgb(224, 208, 236) | CMYK: 5%, 12%, 0%, 7% | HSV: 274°, 12%, 93%. Copy any format from the conversion table above.

What colors go well with #E0D0EC?

The complementary color is HSL(95, 42%, 87%). For a triadic harmony, use hues 275°, 35°, and 155°. For analogous combinations, try hues 245° and 305°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(275, 42%, 87%) in CSS?

As HSL: color: hsl(275, 42%, 87%); — As HEX: color: #E0D0EC; — As RGB: color: rgb(224, 208, 236); — Tailwind CSS: bg-[hsl(275,42%,87%)] — CSS variable: --color-primary: hsl(275, 42%, 87%);