HSL(221, 60%, 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(221,60%,91%)]

Color Conversions

Format Value CSS Usage
HSL hsl(221, 60%, 91%) color: hsl(221, 60%, 91%)
HEX #DAE3F6 color: #DAE3F6
RGB rgb(218, 227, 246) color: rgb(218, 227, 246)
CMYK cmyk(11%, 8%, 0%, 4%)
HSV hsv(221, 11%, 96%)
HWB hwb(221 85% 4%) color: hwb(221 85% 4%)
OKLCH oklch(0.9147 0.0277 265.44) color: oklch(0.9147 0.0277 265.44)
Lab lab(90.09 0.64 -10.25) color: lab(90.09 0.64 -10.25)
LCH lch(90.09 10.27 273.57) color: lch(90.09 10.27 273.57)

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.29:1
vs Black 16.3: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)

#DEDEF1 — rgb(222, 222, 241)

Deuteranopia (Green-blind)

#DDDDF0 — rgb(221, 221, 240)

Tritanopia (Blue-blind)

#DAEEED — rgb(218, 238, 237)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(221, 60%, 91%);

text

color: hsl(221, 60%, 91%);

border

border: 2px solid hsl(221, 60%, 91%);

gradient light

background: linear-gradient(to right, hsl(221, 60%, 100%), hsl(221, 60%, 91%));

gradient dark

background: linear-gradient(to right, hsl(221, 60%, 91%), hsl(221, 60%, 71%))

hex

background-color: #DAE3F6;

tailwind

bg-[hsl(221,60%,91%)]

box shadow

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

css variable

--color-primary: hsl(221, 60%, 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(221, 60%, 91%)?

HEX: #DAE3F6 | RGB: rgb(218, 227, 246) | CMYK: 11%, 8%, 0%, 4% | HSV: 221°, 11%, 96%. Copy any format from the conversion table above.

What colors go well with #DAE3F6?

The complementary color is HSL(41, 60%, 91%). For a triadic harmony, use hues 221°, 341°, and 101°. For analogous combinations, try hues 191° and 251°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(221, 60%, 91%) in CSS?

As HSL: color: hsl(221, 60%, 91%); — As HEX: color: #DAE3F6; — As RGB: color: rgb(218, 227, 246); — Tailwind CSS: bg-[hsl(221,60%,91%)] — CSS variable: --color-primary: hsl(221, 60%, 91%);