HSL(202, 49%, 95%)

Very Light Blue — Blue color

Adjust Color

Color Information

Color Name

Very Light Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(202,49%,95%)]

Color Conversions

Format Value CSS Usage
HSL hsl(202, 49%, 95%) color: hsl(202, 49%, 95%)
HEX #ECF4F8 color: #ECF4F8
RGB rgb(236, 244, 248) color: rgb(236, 244, 248)
CMYK cmyk(5%, 2%, 0%, 3%)
HSV hsv(200, 5%, 97%)
HWB hwb(200 92% 3%) color: hwb(200 92% 3%)
OKLCH oklch(0.9623 0.0101 228.89) color: oklch(0.9623 0.0101 228.89)
Lab lab(95.71 -1.91 -2.84) color: lab(95.71 -1.91 -2.84)
LCH lch(95.71 3.42 236.08) color: lch(95.71 3.42 236.08)

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.11:1
vs Black 18.86: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)

#EFF0F7 — rgb(239, 240, 247)

Deuteranopia (Green-blind)

#EFEEF7 — rgb(239, 238, 247)

Tritanopia (Blue-blind)

#ECF6F6 — rgb(236, 246, 246)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(202, 49%, 95%);

text

color: hsl(202, 49%, 95%);

border

border: 2px solid hsl(202, 49%, 95%);

gradient light

background: linear-gradient(to right, hsl(202, 49%, 100%), hsl(202, 49%, 95%));

gradient dark

background: linear-gradient(to right, hsl(202, 49%, 95%), hsl(202, 49%, 75%))

hex

background-color: #ECF4F8;

tailwind

bg-[hsl(202,49%,95%)]

box shadow

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

css variable

--color-primary: hsl(202, 49%, 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(202, 49%, 95%)?

HEX: #ECF4F8 | RGB: rgb(236, 244, 248) | CMYK: 5%, 2%, 0%, 3% | HSV: 200°, 5%, 97%. Copy any format from the conversion table above.

What colors go well with #ECF4F8?

The complementary color is HSL(22, 49%, 95%). For a triadic harmony, use hues 202°, 322°, and 82°. For analogous combinations, try hues 172° and 232°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(202, 49%, 95%) in CSS?

As HSL: color: hsl(202, 49%, 95%); — As HEX: color: #ECF4F8; — As RGB: color: rgb(236, 244, 248); — Tailwind CSS: bg-[hsl(202,49%,95%)] — CSS variable: --color-primary: hsl(202, 49%, 95%);