HSL(225, 80%, 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(225,80%,91%)]

Color Conversions

Format Value CSS Usage
HSL hsl(225, 80%, 91%) color: hsl(225, 80%, 91%)
HEX #D6DFFA color: #D6DFFA
RGB rgb(214, 223, 250) color: rgb(214, 223, 250)
CMYK cmyk(14%, 11%, 0%, 2%)
HSV hsv(225, 14%, 98%)
HWB hwb(225 84% 2%) color: hwb(225 84% 2%)
OKLCH oklch(0.9052 0.0382 270.97) color: oklch(0.9052 0.0382 270.97)
Lab lab(88.91 2.27 -14.14) color: lab(88.91 2.27 -14.14)
LCH lch(88.91 14.32 279.12) color: lch(88.91 14.32 279.12)

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.33:1
vs Black 15.79: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)

#DADAF3 — rgb(218, 218, 243)

Deuteranopia (Green-blind)

#D9D9F2 — rgb(217, 217, 242)

Tritanopia (Blue-blind)

#D6EEED — rgb(214, 238, 237)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(225, 80%, 91%);

text

color: hsl(225, 80%, 91%);

border

border: 2px solid hsl(225, 80%, 91%);

gradient light

background: linear-gradient(to right, hsl(225, 80%, 100%), hsl(225, 80%, 91%));

gradient dark

background: linear-gradient(to right, hsl(225, 80%, 91%), hsl(225, 80%, 71%))

hex

background-color: #D6DFFA;

tailwind

bg-[hsl(225,80%,91%)]

box shadow

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

css variable

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

HEX: #D6DFFA | RGB: rgb(214, 223, 250) | CMYK: 14%, 11%, 0%, 2% | HSV: 225°, 14%, 98%. Copy any format from the conversion table above.

What colors go well with #D6DFFA?

The complementary color is HSL(45, 80%, 91%). For a triadic harmony, use hues 225°, 345°, and 105°. For analogous combinations, try hues 195° and 255°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(225, 80%, 91%) in CSS?

As HSL: color: hsl(225, 80%, 91%); — As HEX: color: #D6DFFA; — As RGB: color: rgb(214, 223, 250); — Tailwind CSS: bg-[hsl(225,80%,91%)] — CSS variable: --color-primary: hsl(225, 80%, 91%);