HSL(257, 24%, 94%)

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(257,24%,94%)]

Color Conversions

Format Value CSS Usage
HSL hsl(257, 24%, 94%) color: hsl(257, 24%, 94%)
HEX #EEECF3 color: #EEECF3
RGB rgb(238, 236, 243) color: rgb(238, 236, 243)
CMYK cmyk(2%, 3%, 0%, 5%)
HSV hsv(257, 3%, 95%)
HWB hwb(257 92% 5%) color: hwb(257 92% 5%)
OKLCH oklch(0.9466 0.0096 299.24) color: oklch(0.9466 0.0096 299.24)
Lab lab(93.73 1.92 -3.14) color: lab(93.73 1.92 -3.14)
LCH lch(93.73 3.68 301.44) color: lch(93.73 3.68 301.44)

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.17:1
vs Black 17.93: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)

#EDEDF1 — rgb(237, 237, 241)

Deuteranopia (Green-blind)

#EDEDF1 — rgb(237, 237, 241)

Tritanopia (Blue-blind)

#EEF0F0 — rgb(238, 240, 240)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(257, 24%, 94%);

text

color: hsl(257, 24%, 94%);

border

border: 2px solid hsl(257, 24%, 94%);

gradient light

background: linear-gradient(to right, hsl(257, 24%, 100%), hsl(257, 24%, 94%));

gradient dark

background: linear-gradient(to right, hsl(257, 24%, 94%), hsl(257, 24%, 74%))

hex

background-color: #EEECF3;

tailwind

bg-[hsl(257,24%,94%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(257, 24%, 94%, 0.4);

css variable

--color-primary: hsl(257, 24%, 94%);

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(257, 24%, 94%)?

HEX: #EEECF3 | RGB: rgb(238, 236, 243) | CMYK: 2%, 3%, 0%, 5% | HSV: 257°, 3%, 95%. Copy any format from the conversion table above.

What colors go well with #EEECF3?

The complementary color is HSL(77, 24%, 94%). For a triadic harmony, use hues 257°, 17°, and 137°. For analogous combinations, try hues 227° and 287°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(257, 24%, 94%) in CSS?

As HSL: color: hsl(257, 24%, 94%); — As HEX: color: #EEECF3; — As RGB: color: rgb(238, 236, 243); — Tailwind CSS: bg-[hsl(257,24%,94%)] — CSS variable: --color-primary: hsl(257, 24%, 94%);