HSL(262, 56%, 90%)

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(262,56%,90%)]

Color Conversions

Format Value CSS Usage
HSL hsl(262, 56%, 90%) color: hsl(262, 56%, 90%)
HEX #E2D7F4 color: #E2D7F4
RGB rgb(226, 215, 244) color: rgb(226, 215, 244)
CMYK cmyk(7%, 12%, 0%, 4%)
HSV hsv(263, 12%, 96%)
HWB hwb(263 84% 4%) color: hwb(263 84% 4%)
OKLCH oklch(0.8968 0.0409 302.79) color: oklch(0.8968 0.0409 302.79)
Lab lab(87.63 9.09 -12.8) color: lab(87.63 9.09 -12.8)
LCH lch(87.63 15.7 305.38) color: lch(87.63 15.7 305.38)

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.38:1
vs Black 15.26: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)

#DDDDED — rgb(221, 221, 237)

Deuteranopia (Green-blind)

#DEDFEB — rgb(222, 223, 235)

Tritanopia (Blue-blind)

#E1E7E6 — rgb(225, 231, 230)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(262, 56%, 90%);

text

color: hsl(262, 56%, 90%);

border

border: 2px solid hsl(262, 56%, 90%);

gradient light

background: linear-gradient(to right, hsl(262, 56%, 100%), hsl(262, 56%, 90%));

gradient dark

background: linear-gradient(to right, hsl(262, 56%, 90%), hsl(262, 56%, 70%))

hex

background-color: #E2D7F4;

tailwind

bg-[hsl(262,56%,90%)]

box shadow

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

css variable

--color-primary: hsl(262, 56%, 90%);

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(262, 56%, 90%)?

HEX: #E2D7F4 | RGB: rgb(226, 215, 244) | CMYK: 7%, 12%, 0%, 4% | HSV: 263°, 12%, 96%. Copy any format from the conversion table above.

What colors go well with #E2D7F4?

The complementary color is HSL(82, 56%, 90%). For a triadic harmony, use hues 262°, 22°, and 142°. For analogous combinations, try hues 232° and 292°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(262, 56%, 90%) in CSS?

As HSL: color: hsl(262, 56%, 90%); — As HEX: color: #E2D7F4; — As RGB: color: rgb(226, 215, 244); — Tailwind CSS: bg-[hsl(262,56%,90%)] — CSS variable: --color-primary: hsl(262, 56%, 90%);