HSL(277, 80%, 90%)

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(277,80%,90%)]

Color Conversions

Format Value CSS Usage
HSL hsl(277, 80%, 90%) color: hsl(277, 80%, 90%)
HEX #EAD1FA color: #EAD1FA
RGB rgb(234, 209, 250) color: rgb(234, 209, 250)
CMYK cmyk(6%, 16%, 0%, 2%)
HSV hsv(277, 16%, 98%)
HWB hwb(277 82% 2%) color: hwb(277 82% 2%)
OKLCH oklch(0.894 0.0613 312.24) color: oklch(0.894 0.0613 312.24)
Lab lab(86.99 16 -16.85) color: lab(86.99 16 -16.85)
LCH lch(86.99 23.24 313.52) color: lch(86.99 23.24 313.52)

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.4:1
vs Black 15: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)

#DFDFF0 — rgb(223, 223, 240)

Deuteranopia (Green-blind)

#E1E3EE — rgb(225, 227, 238)

Tritanopia (Blue-blind)

#E9E8E7 — rgb(233, 232, 231)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(277, 80%, 90%);

text

color: hsl(277, 80%, 90%);

border

border: 2px solid hsl(277, 80%, 90%);

gradient light

background: linear-gradient(to right, hsl(277, 80%, 100%), hsl(277, 80%, 90%));

gradient dark

background: linear-gradient(to right, hsl(277, 80%, 90%), hsl(277, 80%, 70%))

hex

background-color: #EAD1FA;

tailwind

bg-[hsl(277,80%,90%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(277, 80%, 90%, 0.4);

css variable

--color-primary: hsl(277, 80%, 90%);

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(277, 80%, 90%)?

HEX: #EAD1FA | RGB: rgb(234, 209, 250) | CMYK: 6%, 16%, 0%, 2% | HSV: 277°, 16%, 98%. Copy any format from the conversion table above.

What colors go well with #EAD1FA?

The complementary color is HSL(97, 80%, 90%). For a triadic harmony, use hues 277°, 37°, and 157°. For analogous combinations, try hues 247° and 307°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(277, 80%, 90%) in CSS?

As HSL: color: hsl(277, 80%, 90%); — As HEX: color: #EAD1FA; — As RGB: color: rgb(234, 209, 250); — Tailwind CSS: bg-[hsl(277,80%,90%)] — CSS variable: --color-primary: hsl(277, 80%, 90%);