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

Color Conversions

Format Value CSS Usage
HSL hsl(265, 50%, 94%) color: hsl(265, 50%, 94%)
HEX #EEE8F7 color: #EEE8F7
RGB rgb(238, 232, 247) color: rgb(238, 232, 247)
CMYK cmyk(4%, 6%, 0%, 3%)
HSV hsv(264, 6%, 97%)
HWB hwb(264 91% 3%) color: hwb(264 91% 3%)
OKLCH oklch(0.94 0.021 304.03) color: oklch(0.94 0.021 304.03)
Lab lab(92.84 4.71 -6.53) color: lab(92.84 4.71 -6.53)
LCH lch(92.84 8.05 305.8) color: lch(92.84 8.05 305.8)

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

#EBEBF3 — rgb(235, 235, 243)

Deuteranopia (Green-blind)

#ECECF3 — rgb(236, 236, 243)

Tritanopia (Blue-blind)

#EEF1F0 — rgb(238, 241, 240)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

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

gradient dark

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

hex

background-color: #EEE8F7;

tailwind

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

box shadow

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

css variable

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

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

What colors go well with #EEE8F7?

The complementary color is HSL(85, 50%, 94%). For a triadic harmony, use hues 265°, 25°, and 145°. For analogous combinations, try hues 235° and 295°. See the Color Harmony section above for complete palettes with previews.

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

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