HSL(260, 80%, 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(260,80%,94%)]

Color Conversions

Format Value CSS Usage
HSL hsl(260, 80%, 94%) color: hsl(260, 80%, 94%)
HEX #ECE3FC color: #ECE3FC
RGB rgb(236, 227, 252) color: rgb(236, 227, 252)
CMYK cmyk(6%, 10%, 0%, 1%)
HSV hsv(262, 10%, 99%)
HWB hwb(262 89% 1%) color: hwb(262 89% 1%)
OKLCH oklch(0.9304 0.0348 302.07) color: oklch(0.9304 0.0348 302.07)
Lab lab(91.59 7.58 -11) color: lab(91.59 7.58 -11)
LCH lch(91.59 13.36 304.57) color: lch(91.59 13.36 304.57)

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.24:1
vs Black 16.96: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)

#E8E8F6 — rgb(232, 232, 246)

Deuteranopia (Green-blind)

#E9E9F5 — rgb(233, 233, 245)

Tritanopia (Blue-blind)

#ECF1F0 — rgb(236, 241, 240)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(260, 80%, 94%);

text

color: hsl(260, 80%, 94%);

border

border: 2px solid hsl(260, 80%, 94%);

gradient light

background: linear-gradient(to right, hsl(260, 80%, 100%), hsl(260, 80%, 94%));

gradient dark

background: linear-gradient(to right, hsl(260, 80%, 94%), hsl(260, 80%, 74%))

hex

background-color: #ECE3FC;

tailwind

bg-[hsl(260,80%,94%)]

box shadow

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

css variable

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

HEX: #ECE3FC | RGB: rgb(236, 227, 252) | CMYK: 6%, 10%, 0%, 1% | HSV: 262°, 10%, 99%. Copy any format from the conversion table above.

What colors go well with #ECE3FC?

The complementary color is HSL(80, 80%, 94%). For a triadic harmony, use hues 260°, 20°, and 140°. For analogous combinations, try hues 230° and 290°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(260, 80%, 94%) in CSS?

As HSL: color: hsl(260, 80%, 94%); — As HEX: color: #ECE3FC; — As RGB: color: rgb(236, 227, 252); — Tailwind CSS: bg-[hsl(260,80%,94%)] — CSS variable: --color-primary: hsl(260, 80%, 94%);