HSL(267, 90%, 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(267,90%,94%)]

Color Conversions

Format Value CSS Usage
HSL hsl(267, 90%, 94%) color: hsl(267, 90%, 94%)
HEX #EEE2FD color: #EEE2FD
RGB rgb(238, 226, 253) color: rgb(238, 226, 253)
CMYK cmyk(6%, 11%, 0%, 1%)
HSV hsv(267, 11%, 99%)
HWB hwb(267 88% 1%) color: hwb(267 88% 1%)
OKLCH oklch(0.9304 0.0383 305.67) color: oklch(0.9304 0.0383 305.67)
Lab lab(91.53 8.94 -11.6) color: lab(91.53 8.94 -11.6)
LCH lch(91.53 14.65 307.62) color: lch(91.53 14.65 307.62)

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.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)

#E9E9F6 — rgb(233, 233, 246)

Deuteranopia (Green-blind)

#EAEAF5 — rgb(234, 234, 245)

Tritanopia (Blue-blind)

#EDF1F0 — rgb(237, 241, 240)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(267, 90%, 94%);

text

color: hsl(267, 90%, 94%);

border

border: 2px solid hsl(267, 90%, 94%);

gradient light

background: linear-gradient(to right, hsl(267, 90%, 100%), hsl(267, 90%, 94%));

gradient dark

background: linear-gradient(to right, hsl(267, 90%, 94%), hsl(267, 90%, 74%))

hex

background-color: #EEE2FD;

tailwind

bg-[hsl(267,90%,94%)]

box shadow

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

css variable

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

HEX: #EEE2FD | RGB: rgb(238, 226, 253) | CMYK: 6%, 11%, 0%, 1% | HSV: 267°, 11%, 99%. Copy any format from the conversion table above.

What colors go well with #EEE2FD?

The complementary color is HSL(87, 90%, 94%). 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, 90%, 94%) in CSS?

As HSL: color: hsl(267, 90%, 94%); — As HEX: color: #EEE2FD; — As RGB: color: rgb(238, 226, 253); — Tailwind CSS: bg-[hsl(267,90%,94%)] — CSS variable: --color-primary: hsl(267, 90%, 94%);