HSL(210, 80%, 92%)

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(210,80%,92%)]

Color Conversions

Format Value CSS Usage
HSL hsl(210, 80%, 92%) color: hsl(210, 80%, 92%)
HEX #DAEBFB color: #DAEBFB
RGB rgb(218, 235, 251) color: rgb(218, 235, 251)
CMYK cmyk(13%, 6%, 0%, 2%)
HSV hsv(209, 13%, 98%)
HWB hwb(209 85% 2%) color: hwb(209 85% 2%)
OKLCH oklch(0.9323 0.0283 246.48) color: oklch(0.9323 0.0283 246.48)
Lab lab(92.26 -2.49 -9.63) color: lab(92.26 -2.49 -9.63)
LCH lch(92.26 9.95 255.5) color: lch(92.26 9.95 255.5)

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.22:1
vs Black 17.26: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)

#E1E2F7 — rgb(225, 226, 247)

Deuteranopia (Green-blind)

#E0DFF6 — rgb(224, 223, 246)

Tritanopia (Blue-blind)

#DBF4F3 — rgb(219, 244, 243)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(210, 80%, 92%);

text

color: hsl(210, 80%, 92%);

border

border: 2px solid hsl(210, 80%, 92%);

gradient light

background: linear-gradient(to right, hsl(210, 80%, 100%), hsl(210, 80%, 92%));

gradient dark

background: linear-gradient(to right, hsl(210, 80%, 92%), hsl(210, 80%, 72%))

hex

background-color: #DAEBFB;

tailwind

bg-[hsl(210,80%,92%)]

box shadow

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

css variable

--color-primary: hsl(210, 80%, 92%);

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(210, 80%, 92%)?

HEX: #DAEBFB | RGB: rgb(218, 235, 251) | CMYK: 13%, 6%, 0%, 2% | HSV: 209°, 13%, 98%. Copy any format from the conversion table above.

What colors go well with #DAEBFB?

The complementary color is HSL(30, 80%, 92%). For a triadic harmony, use hues 210°, 330°, and 90°. For analogous combinations, try hues 180° and 240°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(210, 80%, 92%) in CSS?

As HSL: color: hsl(210, 80%, 92%); — As HEX: color: #DAEBFB; — As RGB: color: rgb(218, 235, 251); — Tailwind CSS: bg-[hsl(210,80%,92%)] — CSS variable: --color-primary: hsl(210, 80%, 92%);