HSL(217, 14%, 44%)

Grayish Blue — Blue color

Adjust Color

Color Information

Color Name

Grayish Blue

Color Family

Blue

Warm / Cool

🔵 Cool

Temperature

N/A

CSS Class

bg-[hsl(217,14%,44%)]

Color Conversions

Format Value CSS Usage
HSL hsl(217, 14%, 44%) color: hsl(217, 14%, 44%)
HEX #606D80 color: #606D80
RGB rgb(96, 109, 128) color: rgb(96, 109, 128)
CMYK cmyk(25%, 15%, 0%, 50%)
HSV hsv(216, 25%, 50%)
HWB hwb(216 38% 50%) color: hwb(216 38% 50%)
OKLCH oklch(0.5309 0.0339 257.79) color: oklch(0.5309 0.0339 257.79)
Lab lab(45.61 -0.33 -12.13) color: lab(45.61 -0.33 -12.13)
LCH lch(45.61 12.13 268.44) color: lch(45.61 12.13 268.44)

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 5.25:1
vs Black 4:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#66667B — rgb(102, 102, 123)

Deuteranopia (Green-blind)

#65647A — rgb(101, 100, 122)

Tritanopia (Blue-blind)

#617877 — rgb(97, 120, 119)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(217, 14%, 44%);

text

color: hsl(217, 14%, 44%);

border

border: 2px solid hsl(217, 14%, 44%);

gradient light

background: linear-gradient(to right, hsl(217, 14%, 64%), hsl(217, 14%, 44%));

gradient dark

background: linear-gradient(to right, hsl(217, 14%, 44%), hsl(217, 14%, 24%))

hex

background-color: #606D80;

tailwind

bg-[hsl(217,14%,44%)]

box shadow

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

css variable

--color-primary: hsl(217, 14%, 44%);

Related Colors

Use Cases for Grayish Blue

Corporate branding Trust signals Tech products Social media Primary buttons

Frequently Asked Questions

What are all the color codes for HSL(217, 14%, 44%)?

HEX: #606D80 | RGB: rgb(96, 109, 128) | CMYK: 25%, 15%, 0%, 50% | HSV: 216°, 25%, 50%. Copy any format from the conversion table above.

What colors go well with #606D80?

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

As HSL: color: hsl(217, 14%, 44%); — As HEX: color: #606D80; — As RGB: color: rgb(96, 109, 128); — Tailwind CSS: bg-[hsl(217,14%,44%)] — CSS variable: --color-primary: hsl(217, 14%, 44%);