HSL(211, 59%, 71%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

9000K

CSS Class

bg-[hsl(211,59%,71%)]

Color Conversions

Format Value CSS Usage
HSL hsl(211, 59%, 71%) color: hsl(211, 59%, 71%)
HEX #89B4E1 color: #89B4E1
RGB rgb(137, 180, 225) color: rgb(137, 180, 225)
CMYK cmyk(39%, 20%, 0%, 12%)
HSV hsv(211, 39%, 88%)
HWB hwb(211 54% 12%) color: hwb(211 54% 12%)
OKLCH oklch(0.7555 0.0799 250.06) color: oklch(0.7555 0.0799 250.06)
Lab lab(71.82 -3.15 -27.13) color: lab(71.82 -3.15 -27.13)
LCH lch(71.82 27.31 263.38) color: lch(71.82 27.31 263.38)

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 2.17:1
vs Black 9.68: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)

#9C9CD6 — rgb(156, 156, 214)

Deuteranopia (Green-blind)

#9996D4 — rgb(153, 150, 212)

Tritanopia (Blue-blind)

#8BCECC — rgb(139, 206, 204)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(211, 59%, 71%);

text

color: hsl(211, 59%, 71%);

border

border: 2px solid hsl(211, 59%, 71%);

gradient light

background: linear-gradient(to right, hsl(211, 59%, 91%), hsl(211, 59%, 71%));

gradient dark

background: linear-gradient(to right, hsl(211, 59%, 71%), hsl(211, 59%, 51%))

hex

background-color: #89B4E1;

tailwind

bg-[hsl(211,59%,71%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(211, 59%, 71%, 0.4);

css variable

--color-primary: hsl(211, 59%, 71%);

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(211, 59%, 71%)?

HEX: #89B4E1 | RGB: rgb(137, 180, 225) | CMYK: 39%, 20%, 0%, 12% | HSV: 211°, 39%, 88%. Copy any format from the conversion table above.

What colors go well with #89B4E1?

The complementary color is HSL(31, 59%, 71%). For a triadic harmony, use hues 211°, 331°, and 91°. For analogous combinations, try hues 181° and 241°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(211, 59%, 71%) in CSS?

As HSL: color: hsl(211, 59%, 71%); — As HEX: color: #89B4E1; — As RGB: color: rgb(137, 180, 225); — Tailwind CSS: bg-[hsl(211,59%,71%)] — CSS variable: --color-primary: hsl(211, 59%, 71%);