HSL(129, 9%, 41%)

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(129,9%,41%)]

Color Conversions

Format Value CSS Usage
HSL hsl(129, 9%, 41%) color: hsl(129, 9%, 41%)
HEX #5F7262 color: #5F7262
RGB rgb(95, 114, 98) color: rgb(95, 114, 98)
CMYK cmyk(17%, 0%, 14%, 55%)
HSV hsv(129, 17%, 45%)
HWB hwb(129 37% 55%) color: hwb(129 37% 55%)
OKLCH oklch(0.5316 0.0335 149.64) color: oklch(0.5316 0.0335 149.64)
Lab lab(46.11 -10.49 6.54) color: lab(46.11 -10.49 6.54)
LCH lch(46.11 12.36 148.06) color: lch(46.11 12.36 148.06)

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.16:1
vs Black 4.07: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)

#676766 — rgb(103, 103, 102)

Deuteranopia (Green-blind)

#666567 — rgb(102, 101, 103)

Tritanopia (Blue-blind)

#60696A — rgb(96, 105, 106)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(129, 9%, 41%);

text

color: hsl(129, 9%, 41%);

border

border: 2px solid hsl(129, 9%, 41%);

gradient light

background: linear-gradient(to right, hsl(129, 9%, 61%), hsl(129, 9%, 41%));

gradient dark

background: linear-gradient(to right, hsl(129, 9%, 41%), hsl(129, 9%, 21%))

hex

background-color: #5F7262;

tailwind

bg-[hsl(129,9%,41%)]

box shadow

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

css variable

--color-primary: hsl(129, 9%, 41%);

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(129, 9%, 41%)?

HEX: #5F7262 | RGB: rgb(95, 114, 98) | CMYK: 17%, 0%, 14%, 55% | HSV: 129°, 17%, 45%. Copy any format from the conversion table above.

What colors go well with #5F7262?

The complementary color is HSL(309, 9%, 41%). For a triadic harmony, use hues 129°, 249°, and 9°. For analogous combinations, try hues 99° and 159°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(129, 9%, 41%) in CSS?

As HSL: color: hsl(129, 9%, 41%); — As HEX: color: #5F7262; — As RGB: color: rgb(95, 114, 98); — Tailwind CSS: bg-[hsl(129,9%,41%)] — CSS variable: --color-primary: hsl(129, 9%, 41%);