HSL(91, 3%, 50%)

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(91,3%,50%)]

Color Conversions

Format Value CSS Usage
HSL hsl(91, 3%, 50%) color: hsl(91, 3%, 50%)
HEX #7F837C color: #7F837C
RGB rgb(127, 131, 124) color: rgb(127, 131, 124)
CMYK cmyk(3%, 0%, 5%, 49%)
HSV hsv(94, 5%, 51%)
HWB hwb(94 48% 49%) color: hwb(94 48% 49%)
OKLCH oklch(0.6044 0.0114 131.43) color: oklch(0.6044 0.0114 131.43)
Lab lab(54.24 -2.87 3.26) color: lab(54.24 -2.87 3.26)
LCH lch(54.24 4.34 131.36) color: lch(54.24 4.34 131.36)

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 3.86:1
vs Black 5.44:1

AA Normal (4.5:1)

on White: FAIL ✗ 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)

#81817E — rgb(129, 129, 126)

Deuteranopia (Green-blind)

#81807E — rgb(129, 128, 126)

Tritanopia (Blue-blind)

#7F7F7F — rgb(127, 127, 127)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(91, 3%, 50%);

text

color: hsl(91, 3%, 50%);

border

border: 2px solid hsl(91, 3%, 50%);

gradient light

background: linear-gradient(to right, hsl(91, 3%, 70%), hsl(91, 3%, 50%));

gradient dark

background: linear-gradient(to right, hsl(91, 3%, 50%), hsl(91, 3%, 30%))

hex

background-color: #7F837C;

tailwind

bg-[hsl(91,3%,50%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(91, 3%, 50%, 0.4);

css variable

--color-primary: hsl(91, 3%, 50%);

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(91, 3%, 50%)?

HEX: #7F837C | RGB: rgb(127, 131, 124) | CMYK: 3%, 0%, 5%, 49% | HSV: 94°, 5%, 51%. Copy any format from the conversion table above.

What colors go well with #7F837C?

The complementary color is HSL(271, 3%, 50%). For a triadic harmony, use hues 91°, 211°, and 331°. For analogous combinations, try hues 61° and 121°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(91, 3%, 50%) in CSS?

As HSL: color: hsl(91, 3%, 50%); — As HEX: color: #7F837C; — As RGB: color: rgb(127, 131, 124); — Tailwind CSS: bg-[hsl(91,3%,50%)] — CSS variable: --color-primary: hsl(91, 3%, 50%);