HSL(225, 85%, 96%)

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,85%,96%)]

Color Conversions

Format Value CSS Usage
HSL hsl(225, 85%, 96%) color: hsl(225, 85%, 96%)
HEX #ECF0FD color: #ECF0FD
RGB rgb(236, 240, 253) color: rgb(236, 240, 253)
CMYK cmyk(7%, 5%, 0%, 1%)
HSV hsv(226, 7%, 99%)
HWB hwb(226 92% 1%) color: hwb(226 92% 1%)
OKLCH oklch(0.9559 0.018 272.31) color: oklch(0.9559 0.018 272.31)
Lab lab(94.84 1.06 -6.71) color: lab(94.84 1.06 -6.71)
LCH lch(94.84 6.79 278.98) color: lch(94.84 6.79 278.98)

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.14:1
vs Black 18.45: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)

#EEEEFA — rgb(238, 238, 250)

Deuteranopia (Green-blind)

#EEEDF9 — rgb(238, 237, 249)

Tritanopia (Blue-blind)

#ECF7F7 — rgb(236, 247, 247)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(225, 85%, 96%);

text

color: hsl(225, 85%, 96%);

border

border: 2px solid hsl(225, 85%, 96%);

gradient light

background: linear-gradient(to right, hsl(225, 85%, 100%), hsl(225, 85%, 96%));

gradient dark

background: linear-gradient(to right, hsl(225, 85%, 96%), hsl(225, 85%, 76%))

hex

background-color: #ECF0FD;

tailwind

bg-[hsl(225,85%,96%)]

box shadow

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

css variable

--color-primary: hsl(225, 85%, 96%);

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, 85%, 96%)?

HEX: #ECF0FD | RGB: rgb(236, 240, 253) | CMYK: 7%, 5%, 0%, 1% | HSV: 226°, 7%, 99%. Copy any format from the conversion table above.

What colors go well with #ECF0FD?

The complementary color is HSL(45, 85%, 96%). 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, 85%, 96%) in CSS?

As HSL: color: hsl(225, 85%, 96%); — As HEX: color: #ECF0FD; — As RGB: color: rgb(236, 240, 253); — Tailwind CSS: bg-[hsl(225,85%,96%)] — CSS variable: --color-primary: hsl(225, 85%, 96%);