HSL(266, 63%, 93%)

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(266,63%,93%)]

Color Conversions

Format Value CSS Usage
HSL hsl(266, 63%, 93%) color: hsl(266, 63%, 93%)
HEX #ECE2F8 color: #ECE2F8
RGB rgb(236, 226, 248) color: rgb(236, 226, 248)
CMYK cmyk(5%, 9%, 0%, 3%)
HSV hsv(267, 9%, 97%)
HWB hwb(267 88% 3%) color: hwb(267 88% 3%)
OKLCH oklch(0.9272 0.0313 306.19) color: oklch(0.9272 0.0313 306.19)
Lab lab(91.24 7.35 -9.45) color: lab(91.24 7.35 -9.45)
LCH lch(91.24 11.97 307.87) color: lch(91.24 11.97 307.87)

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.25:1
vs Black 16.8: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)

#E8E8F3 — rgb(232, 232, 243)

Deuteranopia (Green-blind)

#E8E9F1 — rgb(232, 233, 241)

Tritanopia (Blue-blind)

#ECEEEE — rgb(236, 238, 238)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(266, 63%, 93%);

text

color: hsl(266, 63%, 93%);

border

border: 2px solid hsl(266, 63%, 93%);

gradient light

background: linear-gradient(to right, hsl(266, 63%, 100%), hsl(266, 63%, 93%));

gradient dark

background: linear-gradient(to right, hsl(266, 63%, 93%), hsl(266, 63%, 73%))

hex

background-color: #ECE2F8;

tailwind

bg-[hsl(266,63%,93%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(266, 63%, 93%, 0.4);

css variable

--color-primary: hsl(266, 63%, 93%);

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(266, 63%, 93%)?

HEX: #ECE2F8 | RGB: rgb(236, 226, 248) | CMYK: 5%, 9%, 0%, 3% | HSV: 267°, 9%, 97%. Copy any format from the conversion table above.

What colors go well with #ECE2F8?

The complementary color is HSL(86, 63%, 93%). For a triadic harmony, use hues 266°, 26°, and 146°. For analogous combinations, try hues 236° and 296°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(266, 63%, 93%) in CSS?

As HSL: color: hsl(266, 63%, 93%); — As HEX: color: #ECE2F8; — As RGB: color: rgb(236, 226, 248); — Tailwind CSS: bg-[hsl(266,63%,93%)] — CSS variable: --color-primary: hsl(266, 63%, 93%);