HSL(209, 95%, 86%)

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(209,95%,86%)]

Color Conversions

Format Value CSS Usage
HSL hsl(209, 95%, 86%) color: hsl(209, 95%, 86%)
HEX #B9DCFD color: #B9DCFD
RGB rgb(185, 220, 253) color: rgb(185, 220, 253)
CMYK cmyk(27%, 13%, 0%, 1%)
HSV hsv(209, 27%, 99%)
HWB hwb(209 72% 1%) color: hwb(209 72% 1%)
OKLCH oklch(0.8801 0.0589 246.94) color: oklch(0.8801 0.0589 246.94)
Lab lab(86.3 -4.25 -19.83) color: lab(86.3 -4.25 -19.83)
LCH lch(86.3 20.28 257.9) color: lch(86.3 20.28 257.9)

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.43:1
vs Black 14.72: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)

#C8C8F5 — rgb(200, 200, 245)

Deuteranopia (Green-blind)

#C6C4F3 — rgb(198, 196, 243)

Tritanopia (Blue-blind)

#BBEFED — rgb(187, 239, 237)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(209, 95%, 86%);

text

color: hsl(209, 95%, 86%);

border

border: 2px solid hsl(209, 95%, 86%);

gradient light

background: linear-gradient(to right, hsl(209, 95%, 100%), hsl(209, 95%, 86%));

gradient dark

background: linear-gradient(to right, hsl(209, 95%, 86%), hsl(209, 95%, 66%))

hex

background-color: #B9DCFD;

tailwind

bg-[hsl(209,95%,86%)]

box shadow

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

css variable

--color-primary: hsl(209, 95%, 86%);

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(209, 95%, 86%)?

HEX: #B9DCFD | RGB: rgb(185, 220, 253) | CMYK: 27%, 13%, 0%, 1% | HSV: 209°, 27%, 99%. Copy any format from the conversion table above.

What colors go well with #B9DCFD?

The complementary color is HSL(29, 95%, 86%). For a triadic harmony, use hues 209°, 329°, and 89°. For analogous combinations, try hues 179° and 239°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(209, 95%, 86%) in CSS?

As HSL: color: hsl(209, 95%, 86%); — As HEX: color: #B9DCFD; — As RGB: color: rgb(185, 220, 253); — Tailwind CSS: bg-[hsl(209,95%,86%)] — CSS variable: --color-primary: hsl(209, 95%, 86%);