HSL(255, 50%, 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(255,50%,94%)]

Color Conversions

Format Value CSS Usage
HSL hsl(255, 50%, 94%) color: hsl(255, 50%, 94%)
HEX #ECE8F7 color: #ECE8F7
RGB rgb(236, 232, 247) color: rgb(236, 232, 247)
CMYK cmyk(4%, 6%, 0%, 3%)
HSV hsv(256, 6%, 97%)
HWB hwb(256 91% 3%) color: hwb(256 91% 3%)
OKLCH oklch(0.9385 0.0205 298.18) color: oklch(0.9385 0.0205 298.18)
Lab lab(92.69 4.05 -6.77) color: lab(92.69 4.05 -6.77)
LCH lch(92.69 7.89 300.89) color: lch(92.69 7.89 300.89)

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.2:1
vs Black 17.45: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)

#EAEAF3 — rgb(234, 234, 243)

Deuteranopia (Green-blind)

#EBEBF3 — rgb(235, 235, 243)

Tritanopia (Blue-blind)

#ECF1F0 — rgb(236, 241, 240)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(255, 50%, 94%);

text

color: hsl(255, 50%, 94%);

border

border: 2px solid hsl(255, 50%, 94%);

gradient light

background: linear-gradient(to right, hsl(255, 50%, 100%), hsl(255, 50%, 94%));

gradient dark

background: linear-gradient(to right, hsl(255, 50%, 94%), hsl(255, 50%, 74%))

hex

background-color: #ECE8F7;

tailwind

bg-[hsl(255,50%,94%)]

box shadow

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

css variable

--color-primary: hsl(255, 50%, 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(255, 50%, 94%)?

HEX: #ECE8F7 | RGB: rgb(236, 232, 247) | CMYK: 4%, 6%, 0%, 3% | HSV: 256°, 6%, 97%. Copy any format from the conversion table above.

What colors go well with #ECE8F7?

The complementary color is HSL(75, 50%, 94%). For a triadic harmony, use hues 255°, 15°, and 135°. For analogous combinations, try hues 225° and 285°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(255, 50%, 94%) in CSS?

As HSL: color: hsl(255, 50%, 94%); — As HEX: color: #ECE8F7; — As RGB: color: rgb(236, 232, 247); — Tailwind CSS: bg-[hsl(255,50%,94%)] — CSS variable: --color-primary: hsl(255, 50%, 94%);