HSL(149, 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(149,9%,44%)]

Color Conversions

Format Value CSS Usage
HSL hsl(149, 9%, 44%) color: hsl(149, 9%, 44%)
HEX #667A70 color: #667A70
RGB rgb(102, 122, 112) color: rgb(102, 122, 112)
CMYK cmyk(16%, 0%, 8%, 52%)
HSV hsv(150, 16%, 48%)
HWB hwb(150 40% 52%) color: hwb(150 40% 52%)
OKLCH oklch(0.5602 0.0281 163.75) color: oklch(0.5602 0.0281 163.75)
Lab lab(49.39 -9.49 3.03) color: lab(49.39 -9.49 3.03)
LCH lch(49.39 9.96 162.29) color: lch(49.39 9.96 162.29)

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.58:1
vs Black 4.58: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: white

Color Blindness Simulation

Protanopia (Red-blind)

#6F6F72 — rgb(111, 111, 114)

Deuteranopia (Green-blind)

#6E6C73 — rgb(110, 108, 115)

Tritanopia (Blue-blind)

#677475 — rgb(103, 116, 117)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

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

gradient dark

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

hex

background-color: #667A70;

tailwind

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

box shadow

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

css variable

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

HEX: #667A70 | RGB: rgb(102, 122, 112) | CMYK: 16%, 0%, 8%, 52% | HSV: 150°, 16%, 48%. Copy any format from the conversion table above.

What colors go well with #667A70?

The complementary color is HSL(329, 9%, 44%). For a triadic harmony, use hues 149°, 269°, and 29°. For analogous combinations, try hues 119° and 179°. See the Color Harmony section above for complete palettes with previews.

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

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