HSL(272, 63%, 90%)

Very Light Indigo — Indigo color

Adjust Color

Color Information

Color Name

Very Light Indigo

Color Family

Indigo

Warm / Cool

🔵 Cool

Temperature

6500K

CSS Class

bg-[hsl(272,63%,90%)]

Color Conversions

Format Value CSS Usage
HSL hsl(272, 63%, 90%) color: hsl(272, 63%, 90%)
HEX #E7D5F6 color: #E7D5F6
RGB rgb(231, 213, 246) color: rgb(231, 213, 246)
CMYK cmyk(6%, 13%, 0%, 4%)
HSV hsv(273, 13%, 96%)
HWB hwb(273 84% 4%) color: hwb(273 84% 4%)
OKLCH oklch(0.8977 0.0484 309.75) color: oklch(0.8977 0.0484 309.75)
Lab lab(87.6 12.15 -13.86) color: lab(87.6 12.15 -13.86)
LCH lch(87.6 18.43 311.24) color: lch(87.6 18.43 311.24)

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

#DFDFEE — rgb(223, 223, 238)

Deuteranopia (Green-blind)

#E0E2EC — rgb(224, 226, 236)

Tritanopia (Blue-blind)

#E6E8E6 — rgb(230, 232, 230)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(272, 63%, 90%);

text

color: hsl(272, 63%, 90%);

border

border: 2px solid hsl(272, 63%, 90%);

gradient light

background: linear-gradient(to right, hsl(272, 63%, 100%), hsl(272, 63%, 90%));

gradient dark

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

hex

background-color: #E7D5F6;

tailwind

bg-[hsl(272,63%,90%)]

box shadow

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

css variable

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

HEX: #E7D5F6 | RGB: rgb(231, 213, 246) | CMYK: 6%, 13%, 0%, 4% | HSV: 273°, 13%, 96%. Copy any format from the conversion table above.

What colors go well with #E7D5F6?

The complementary color is HSL(92, 63%, 90%). For a triadic harmony, use hues 272°, 32°, and 152°. For analogous combinations, try hues 242° and 302°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(272, 63%, 90%) in CSS?

As HSL: color: hsl(272, 63%, 90%); — As HEX: color: #E7D5F6; — As RGB: color: rgb(231, 213, 246); — Tailwind CSS: bg-[hsl(272,63%,90%)] — CSS variable: --color-primary: hsl(272, 63%, 90%);