HSL(29, 9%, 41%)

Grayish Gray — Gray color

Adjust Color

Color Information

Color Name

Grayish Gray

Color Family

Gray

Warm / Cool

🔴 Warm

Temperature

N/A

CSS Class

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

Color Conversions

Format Value CSS Usage
HSL hsl(29, 9%, 41%) color: hsl(29, 9%, 41%)
HEX #72685F color: #72685F
RGB rgb(114, 104, 95) color: rgb(114, 104, 95)
CMYK cmyk(0%, 9%, 17%, 55%)
HSV hsv(28, 17%, 45%)
HWB hwb(28 37% 55%) color: hwb(28 37% 55%)
OKLCH oklch(0.5239 0.0188 64.42) color: oklch(0.5239 0.0188 64.42)
Lab lab(44.67 2.28 6.5) color: lab(44.67 2.28 6.5)
LCH lch(44.67 6.89 70.67) color: lch(44.67 6.89 70.67)

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.44:1
vs Black 3.86: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)

#6E6E61 — rgb(110, 110, 97)

Deuteranopia (Green-blind)

#6E6F62 — rgb(110, 111, 98)

Tritanopia (Blue-blind)

#726363 — rgb(114, 99, 99)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

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

gradient dark

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

hex

background-color: #72685F;

tailwind

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

box shadow

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

css variable

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

HEX: #72685F | RGB: rgb(114, 104, 95) | CMYK: 0%, 9%, 17%, 55% | HSV: 28°, 17%, 45%. Copy any format from the conversion table above.

What colors go well with #72685F?

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

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

As HSL: color: hsl(29, 9%, 41%); — As HEX: color: #72685F; — As RGB: color: rgb(114, 104, 95); — Tailwind CSS: bg-[hsl(29,9%,41%)] — CSS variable: --color-primary: hsl(29, 9%, 41%);