HSL(169, 9%, 44%)

Grayish Gray — Gray color

Adjust Color

Color Information

Color Name

Grayish Gray

Color Family

Gray

Warm / Cool

🔵 Cool

Temperature

N/A

CSS Class

bg-[hsl(169,9%,44%)]

Color Conversions

Format Value CSS Usage
HSL hsl(169, 9%, 44%) color: hsl(169, 9%, 44%)
HEX #667A77 color: #667A77
RGB rgb(102, 122, 119) color: rgb(102, 122, 119)
CMYK cmyk(16%, 0%, 2%, 52%)
HSV hsv(171, 16%, 48%)
HWB hwb(171 40% 52%) color: hwb(171 40% 52%)
OKLCH oklch(0.5624 0.0239 185.48) color: oklch(0.5624 0.0239 185.48)
Lab lab(49.59 -7.97 -0.81) color: lab(49.59 -7.97 -0.81)
LCH lch(49.59 8.01 185.8) color: lch(49.59 8.01 185.8)

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 4.55:1
vs Black 4.62:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: PASS ✓

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#6F6F78 — rgb(111, 111, 120)

Deuteranopia (Green-blind)

#6E6C78 — rgb(110, 108, 120)

Tritanopia (Blue-blind)

#677878 — rgb(103, 120, 120)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(169, 9%, 44%);

text

color: hsl(169, 9%, 44%);

border

border: 2px solid hsl(169, 9%, 44%);

gradient light

background: linear-gradient(to right, hsl(169, 9%, 64%), hsl(169, 9%, 44%));

gradient dark

background: linear-gradient(to right, hsl(169, 9%, 44%), hsl(169, 9%, 24%))

hex

background-color: #667A77;

tailwind

bg-[hsl(169,9%,44%)]

box shadow

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

css variable

--color-primary: hsl(169, 9%, 44%);

Related Colors

Use Cases for Grayish Gray

Neutral backgrounds Body text Borders Secondary buttons Disabled states

Frequently Asked Questions

What are all the color codes for HSL(169, 9%, 44%)?

HEX: #667A77 | RGB: rgb(102, 122, 119) | CMYK: 16%, 0%, 2%, 52% | HSV: 171°, 16%, 48%. Copy any format from the conversion table above.

What colors go well with #667A77?

The complementary color is HSL(349, 9%, 44%). For a triadic harmony, use hues 169°, 289°, and 49°. For analogous combinations, try hues 139° and 199°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(169, 9%, 44%) in CSS?

As HSL: color: hsl(169, 9%, 44%); — As HEX: color: #667A77; — As RGB: color: rgb(102, 122, 119); — Tailwind CSS: bg-[hsl(169,9%,44%)] — CSS variable: --color-primary: hsl(169, 9%, 44%);