HSL(217, 64%, 81%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(217,64%,81%)]

Color Conversions

Format Value CSS Usage
HSL hsl(217, 64%, 81%) color: hsl(217, 64%, 81%)
HEX #B0C7EE color: #B0C7EE
RGB rgb(176, 199, 238) color: rgb(176, 199, 238)
CMYK cmyk(26%, 16%, 0%, 7%)
HSV hsv(218, 26%, 93%)
HWB hwb(218 69% 7%) color: hwb(218 69% 7%)
OKLCH oklch(0.8256 0.0605 260.96) color: oklch(0.8256 0.0605 260.96)
Lab lab(79.75 0.76 -21.83) color: lab(79.75 0.76 -21.83)
LCH lch(79.75 21.84 271.99) color: lch(79.75 21.84 271.99)

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.71:1
vs Black 12.25: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)

#BABAE5 — rgb(186, 186, 229)

Deuteranopia (Green-blind)

#B9B7E2 — rgb(185, 183, 226)

Tritanopia (Blue-blind)

#B1DDDB — rgb(177, 221, 219)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(217, 64%, 81%);

text

color: hsl(217, 64%, 81%);

border

border: 2px solid hsl(217, 64%, 81%);

gradient light

background: linear-gradient(to right, hsl(217, 64%, 100%), hsl(217, 64%, 81%));

gradient dark

background: linear-gradient(to right, hsl(217, 64%, 81%), hsl(217, 64%, 61%))

hex

background-color: #B0C7EE;

tailwind

bg-[hsl(217,64%,81%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(217, 64%, 81%, 0.4);

css variable

--color-primary: hsl(217, 64%, 81%);

Related Colors

Use Cases for Blue

Corporate branding Trust signals Tech products Social media Primary buttons

Frequently Asked Questions

What are all the color codes for HSL(217, 64%, 81%)?

HEX: #B0C7EE | RGB: rgb(176, 199, 238) | CMYK: 26%, 16%, 0%, 7% | HSV: 218°, 26%, 93%. Copy any format from the conversion table above.

What colors go well with #B0C7EE?

The complementary color is HSL(37, 64%, 81%). For a triadic harmony, use hues 217°, 337°, and 97°. For analogous combinations, try hues 187° and 247°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(217, 64%, 81%) in CSS?

As HSL: color: hsl(217, 64%, 81%); — As HEX: color: #B0C7EE; — As RGB: color: rgb(176, 199, 238); — Tailwind CSS: bg-[hsl(217,64%,81%)] — CSS variable: --color-primary: hsl(217, 64%, 81%);