HSL(229, 89%, 91%)

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(229,89%,91%)]

Color Conversions

Format Value CSS Usage
HSL hsl(229, 89%, 91%) color: hsl(229, 89%, 91%)
HEX #D4DBFC color: #D4DBFC
RGB rgb(212, 219, 252) color: rgb(212, 219, 252)
CMYK cmyk(16%, 13%, 0%, 1%)
HSV hsv(230, 16%, 99%)
HWB hwb(230 83% 1%) color: hwb(230 83% 1%)
OKLCH oklch(0.8965 0.0459 275.97) color: oklch(0.8965 0.0459 275.97)
Lab lab(87.82 4.15 -16.84) color: lab(87.82 4.15 -16.84)
LCH lch(87.82 17.34 283.84) color: lch(87.82 17.34 283.84)

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.37:1
vs Black 15.34: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)

#D7D7F4 — rgb(215, 215, 244)

Deuteranopia (Green-blind)

#D7D6F2 — rgb(215, 214, 242)

Tritanopia (Blue-blind)

#D4EEEC — rgb(212, 238, 236)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(229, 89%, 91%);

text

color: hsl(229, 89%, 91%);

border

border: 2px solid hsl(229, 89%, 91%);

gradient light

background: linear-gradient(to right, hsl(229, 89%, 100%), hsl(229, 89%, 91%));

gradient dark

background: linear-gradient(to right, hsl(229, 89%, 91%), hsl(229, 89%, 71%))

hex

background-color: #D4DBFC;

tailwind

bg-[hsl(229,89%,91%)]

box shadow

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

css variable

--color-primary: hsl(229, 89%, 91%);

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(229, 89%, 91%)?

HEX: #D4DBFC | RGB: rgb(212, 219, 252) | CMYK: 16%, 13%, 0%, 1% | HSV: 230°, 16%, 99%. Copy any format from the conversion table above.

What colors go well with #D4DBFC?

The complementary color is HSL(49, 89%, 91%). For a triadic harmony, use hues 229°, 349°, and 109°. For analogous combinations, try hues 199° and 259°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(229, 89%, 91%) in CSS?

As HSL: color: hsl(229, 89%, 91%); — As HEX: color: #D4DBFC; — As RGB: color: rgb(212, 219, 252); — Tailwind CSS: bg-[hsl(229,89%,91%)] — CSS variable: --color-primary: hsl(229, 89%, 91%);