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

Color Conversions

Format Value CSS Usage
HSL hsl(262, 70%, 90%) color: hsl(262, 70%, 90%)
HEX #E1D4F7 color: #E1D4F7
RGB rgb(225, 212, 247) color: rgb(225, 212, 247)
CMYK cmyk(9%, 14%, 0%, 3%)
HSV hsv(262, 14%, 97%)
HWB hwb(262 83% 3%) color: hwb(262 83% 3%)
OKLCH oklch(0.8912 0.0494 302.29) color: oklch(0.8912 0.0494 302.29)
Lab lab(86.9 10.93 -15.48) color: lab(86.9 10.93 -15.48)
LCH lch(86.9 18.95 305.22) color: lch(86.9 18.95 305.22)

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.4:1
vs Black 14.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)

#DBDBEF — rgb(219, 219, 239)

Deuteranopia (Green-blind)

#DCDDED — rgb(220, 221, 237)

Tritanopia (Blue-blind)

#E0E8E6 — rgb(224, 232, 230)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

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

gradient dark

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

hex

background-color: #E1D4F7;

tailwind

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

box shadow

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

css variable

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

HEX: #E1D4F7 | RGB: rgb(225, 212, 247) | CMYK: 9%, 14%, 0%, 3% | HSV: 262°, 14%, 97%. Copy any format from the conversion table above.

What colors go well with #E1D4F7?

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

As HSL: color: hsl(262, 70%, 90%); — As HEX: color: #E1D4F7; — As RGB: color: rgb(225, 212, 247); — Tailwind CSS: bg-[hsl(262,70%,90%)] — CSS variable: --color-primary: hsl(262, 70%, 90%);