HSL(222, 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(222,14%,44%)]

Color Conversions

Format Value CSS Usage
HSL hsl(222, 14%, 44%) color: hsl(222, 14%, 44%)
HEX #606A80 color: #606A80
RGB rgb(96, 106, 128) color: rgb(96, 106, 128)
CMYK cmyk(25%, 17%, 0%, 50%)
HSV hsv(221, 25%, 50%)
HWB hwb(221 38% 50%) color: hwb(221 38% 50%)
OKLCH oklch(0.524 0.0369 265.88) color: oklch(0.524 0.0369 265.88)
Lab lab(44.73 1.47 -13.45) color: lab(44.73 1.47 -13.45)
LCH lch(44.73 13.53 276.24) color: lch(44.73 13.53 276.24)

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

#64647B — rgb(100, 100, 123)

Deuteranopia (Green-blind)

#646379 — rgb(100, 99, 121)

Tritanopia (Blue-blind)

#617676 — rgb(97, 118, 118)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

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

gradient dark

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

hex

background-color: #606A80;

tailwind

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

box shadow

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

css variable

--color-primary: hsl(222, 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(222, 14%, 44%)?

HEX: #606A80 | RGB: rgb(96, 106, 128) | CMYK: 25%, 17%, 0%, 50% | HSV: 221°, 25%, 50%. Copy any format from the conversion table above.

What colors go well with #606A80?

The complementary color is HSL(42, 14%, 44%). For a triadic harmony, use hues 222°, 342°, and 102°. For analogous combinations, try hues 192° and 252°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(222, 14%, 44%) in CSS?

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