HSL(224, 90%, 90%)

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(224,90%,90%)]

Color Conversions

Format Value CSS Usage
HSL hsl(224, 90%, 90%) color: hsl(224, 90%, 90%)
HEX #CFDBFC color: #CFDBFC
RGB rgb(207, 219, 252) color: rgb(207, 219, 252)
CMYK cmyk(18%, 13%, 0%, 1%)
HSV hsv(224, 18%, 99%)
HWB hwb(224 81% 1%) color: hwb(224 81% 1%)
OKLCH oklch(0.8928 0.0473 269.61) color: oklch(0.8928 0.0473 269.61)
Lab lab(87.46 2.61 -17.41) color: lab(87.46 2.61 -17.41)
LCH lch(87.46 17.6 278.53) color: lch(87.46 17.6 278.53)

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.38:1
vs Black 15.19: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)

#D4D4F4 — rgb(212, 212, 244)

Deuteranopia (Green-blind)

#D4D3F2 — rgb(212, 211, 242)

Tritanopia (Blue-blind)

#D0EEEC — rgb(208, 238, 236)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(224, 90%, 90%);

text

color: hsl(224, 90%, 90%);

border

border: 2px solid hsl(224, 90%, 90%);

gradient light

background: linear-gradient(to right, hsl(224, 90%, 100%), hsl(224, 90%, 90%));

gradient dark

background: linear-gradient(to right, hsl(224, 90%, 90%), hsl(224, 90%, 70%))

hex

background-color: #CFDBFC;

tailwind

bg-[hsl(224,90%,90%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(224, 90%, 90%, 0.4);

css variable

--color-primary: hsl(224, 90%, 90%);

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(224, 90%, 90%)?

HEX: #CFDBFC | RGB: rgb(207, 219, 252) | CMYK: 18%, 13%, 0%, 1% | HSV: 224°, 18%, 99%. Copy any format from the conversion table above.

What colors go well with #CFDBFC?

The complementary color is HSL(44, 90%, 90%). For a triadic harmony, use hues 224°, 344°, and 104°. For analogous combinations, try hues 194° and 254°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(224, 90%, 90%) in CSS?

As HSL: color: hsl(224, 90%, 90%); — As HEX: color: #CFDBFC; — As RGB: color: rgb(207, 219, 252); — Tailwind CSS: bg-[hsl(224,90%,90%)] — CSS variable: --color-primary: hsl(224, 90%, 90%);