HSL(267, 79%, 92%)

Very Light Indigo — Indigo color

Adjust Color

Color Information

Color Name

Very Light Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(267,79%,92%)]

Color Conversions

Format Value CSS Usage
HSL hsl(267, 79%, 92%) color: hsl(267, 79%, 92%)
HEX #E9DAFB color: #E9DAFB
RGB rgb(233, 218, 251) color: rgb(233, 218, 251)
CMYK cmyk(7%, 13%, 0%, 2%)
HSV hsv(267, 13%, 98%)
HWB hwb(267 85% 2%) color: hwb(267 85% 2%)
OKLCH oklch(0.9105 0.0471 305.96) color: oklch(0.9105 0.0471 305.96)
Lab lab(89.13 11.13 -14.19) color: lab(89.13 11.13 -14.19)
LCH lch(89.13 18.03 308.11) color: lch(89.13 18.03 308.11)

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.32:1
vs Black 15.89: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)

#E3E2F3 — rgb(227, 226, 243)

Deuteranopia (Green-blind)

#E3E5F1 — rgb(227, 229, 241)

Tritanopia (Blue-blind)

#E8EDEB — rgb(232, 237, 235)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(267, 79%, 92%);

text

color: hsl(267, 79%, 92%);

border

border: 2px solid hsl(267, 79%, 92%);

gradient light

background: linear-gradient(to right, hsl(267, 79%, 100%), hsl(267, 79%, 92%));

gradient dark

background: linear-gradient(to right, hsl(267, 79%, 92%), hsl(267, 79%, 72%))

hex

background-color: #E9DAFB;

tailwind

bg-[hsl(267,79%,92%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(267, 79%, 92%, 0.4);

css variable

--color-primary: hsl(267, 79%, 92%);

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(267, 79%, 92%)?

HEX: #E9DAFB | RGB: rgb(233, 218, 251) | CMYK: 7%, 13%, 0%, 2% | HSV: 267°, 13%, 98%. Copy any format from the conversion table above.

What colors go well with #E9DAFB?

The complementary color is HSL(87, 79%, 92%). For a triadic harmony, use hues 267°, 27°, and 147°. For analogous combinations, try hues 237° and 297°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(267, 79%, 92%) in CSS?

As HSL: color: hsl(267, 79%, 92%); — As HEX: color: #E9DAFB; — As RGB: color: rgb(233, 218, 251); — Tailwind CSS: bg-[hsl(267,79%,92%)] — CSS variable: --color-primary: hsl(267, 79%, 92%);