HSL(254, 89%, 92%)

Very Light Blue — Blue color

Adjust Color

Color Information

Color Name

Very Light Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(254,89%,92%)]

Color Conversions

Format Value CSS Usage
HSL hsl(254, 89%, 92%) color: hsl(254, 89%, 92%)
HEX #E1D8FD color: #E1D8FD
RGB rgb(225, 216, 253) color: rgb(225, 216, 253)
CMYK cmyk(11%, 15%, 0%, 1%)
HSV hsv(255, 15%, 99%)
HWB hwb(255 84% 1%) color: hwb(255 84% 1%)
OKLCH oklch(0.9009 0.051 296.5) color: oklch(0.9009 0.051 296.5)
Lab lab(88.07 10.01 -16.89) color: lab(88.07 10.01 -16.89)
LCH lch(88.07 19.63 300.65) color: lch(88.07 19.63 300.65)

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.36:1
vs Black 15.44: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)

#DDDDF4 — rgb(221, 221, 244)

Deuteranopia (Green-blind)

#DEDEF2 — rgb(222, 222, 242)

Tritanopia (Blue-blind)

#E1EDEB — rgb(225, 237, 235)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(254, 89%, 92%);

text

color: hsl(254, 89%, 92%);

border

border: 2px solid hsl(254, 89%, 92%);

gradient light

background: linear-gradient(to right, hsl(254, 89%, 100%), hsl(254, 89%, 92%));

gradient dark

background: linear-gradient(to right, hsl(254, 89%, 92%), hsl(254, 89%, 72%))

hex

background-color: #E1D8FD;

tailwind

bg-[hsl(254,89%,92%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(254, 89%, 92%, 0.4);

css variable

--color-primary: hsl(254, 89%, 92%);

Related Colors

Use Cases for Very Light Blue

Corporate branding Trust signals Tech products Social media Primary buttons

Frequently Asked Questions

What are all the color codes for HSL(254, 89%, 92%)?

HEX: #E1D8FD | RGB: rgb(225, 216, 253) | CMYK: 11%, 15%, 0%, 1% | HSV: 255°, 15%, 99%. Copy any format from the conversion table above.

What colors go well with #E1D8FD?

The complementary color is HSL(74, 89%, 92%). For a triadic harmony, use hues 254°, 14°, and 134°. For analogous combinations, try hues 224° and 284°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(254, 89%, 92%) in CSS?

As HSL: color: hsl(254, 89%, 92%); — As HEX: color: #E1D8FD; — As RGB: color: rgb(225, 216, 253); — Tailwind CSS: bg-[hsl(254,89%,92%)] — CSS variable: --color-primary: hsl(254, 89%, 92%);