HSL(209, 29%, 64%)

Blue — Blue color

Adjust Color

Color Information

Color Name

Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

7000K

CSS Class

bg-[hsl(209,29%,64%)]

Color Conversions

Format Value CSS Usage
HSL hsl(209, 29%, 64%) color: hsl(209, 29%, 64%)
HEX #89A4BE color: #89A4BE
RGB rgb(137, 164, 190) color: rgb(137, 164, 190)
CMYK cmyk(28%, 14%, 0%, 25%)
HSV hsv(209, 28%, 75%)
HWB hwb(209 54% 25%) color: hwb(209 54% 25%)
OKLCH oklch(0.7072 0.0486 247.52) color: oklch(0.7072 0.0486 247.52)
Lab lab(66.2 -3.31 -16.43) color: lab(66.2 -3.31 -16.43)
LCH lch(66.2 16.76 258.61) color: lch(66.2 16.76 258.61)

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.59:1
vs Black 8.12: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)

#9595B8 — rgb(149, 149, 184)

Deuteranopia (Green-blind)

#9391B6 — rgb(147, 145, 182)

Tritanopia (Blue-blind)

#8AB3B2 — rgb(138, 179, 178)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(209, 29%, 64%);

text

color: hsl(209, 29%, 64%);

border

border: 2px solid hsl(209, 29%, 64%);

gradient light

background: linear-gradient(to right, hsl(209, 29%, 84%), hsl(209, 29%, 64%));

gradient dark

background: linear-gradient(to right, hsl(209, 29%, 64%), hsl(209, 29%, 44%))

hex

background-color: #89A4BE;

tailwind

bg-[hsl(209,29%,64%)]

box shadow

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

css variable

--color-primary: hsl(209, 29%, 64%);

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(209, 29%, 64%)?

HEX: #89A4BE | RGB: rgb(137, 164, 190) | CMYK: 28%, 14%, 0%, 25% | HSV: 209°, 28%, 75%. Copy any format from the conversion table above.

What colors go well with #89A4BE?

The complementary color is HSL(29, 29%, 64%). 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, 29%, 64%) in CSS?

As HSL: color: hsl(209, 29%, 64%); — As HEX: color: #89A4BE; — As RGB: color: rgb(137, 164, 190); — Tailwind CSS: bg-[hsl(209,29%,64%)] — CSS variable: --color-primary: hsl(209, 29%, 64%);