HSL(236, 50%, 95%)

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(236,50%,95%)]

Color Conversions

Format Value CSS Usage
HSL hsl(236, 50%, 95%) color: hsl(236, 50%, 95%)
HEX #ECEDF9 color: #ECEDF9
RGB rgb(236, 237, 249) color: rgb(236, 237, 249)
CMYK cmyk(5%, 5%, 0%, 2%)
HSV hsv(235, 5%, 98%)
HWB hwb(235 93% 2%) color: hwb(235 93% 2%)
OKLCH oklch(0.9488 0.0161 282.27) color: oklch(0.9488 0.0161 282.27)
Lab lab(93.99 1.85 -5.89) color: lab(93.99 1.85 -5.89)
LCH lch(93.99 6.17 287.44) color: lch(93.99 6.17 287.44)

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.16:1
vs Black 18.05: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)

#ECECF6 — rgb(236, 236, 246)

Deuteranopia (Green-blind)

#ECECF5 — rgb(236, 236, 245)

Tritanopia (Blue-blind)

#ECF4F3 — rgb(236, 244, 243)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(236, 50%, 95%);

text

color: hsl(236, 50%, 95%);

border

border: 2px solid hsl(236, 50%, 95%);

gradient light

background: linear-gradient(to right, hsl(236, 50%, 100%), hsl(236, 50%, 95%));

gradient dark

background: linear-gradient(to right, hsl(236, 50%, 95%), hsl(236, 50%, 75%))

hex

background-color: #ECEDF9;

tailwind

bg-[hsl(236,50%,95%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(236, 50%, 95%, 0.4);

css variable

--color-primary: hsl(236, 50%, 95%);

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(236, 50%, 95%)?

HEX: #ECEDF9 | RGB: rgb(236, 237, 249) | CMYK: 5%, 5%, 0%, 2% | HSV: 235°, 5%, 98%. Copy any format from the conversion table above.

What colors go well with #ECEDF9?

The complementary color is HSL(56, 50%, 95%). For a triadic harmony, use hues 236°, 356°, and 116°. For analogous combinations, try hues 206° and 266°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(236, 50%, 95%) in CSS?

As HSL: color: hsl(236, 50%, 95%); — As HEX: color: #ECEDF9; — As RGB: color: rgb(236, 237, 249); — Tailwind CSS: bg-[hsl(236,50%,95%)] — CSS variable: --color-primary: hsl(236, 50%, 95%);