HSL(292, 8%, 42%)

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(292,8%,42%)]

Color Conversions

Format Value CSS Usage
HSL hsl(292, 8%, 42%) color: hsl(292, 8%, 42%)
HEX #716374 color: #716374
RGB rgb(113, 99, 116) color: rgb(113, 99, 116)
CMYK cmyk(3%, 15%, 0%, 55%)
HSV hsv(289, 15%, 45%)
HWB hwb(289 38% 55%) color: hwb(289 38% 55%)
OKLCH oklch(0.5189 0.0314 320.28) color: oklch(0.5189 0.0314 320.28)
Lab lab(43.79 8.97 -7.49) color: lab(43.79 8.97 -7.49)
LCH lch(43.79 11.69 320.14) color: lch(43.79 11.69 320.14)

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.62:1
vs Black 3.74: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)

#6B6B70 — rgb(107, 107, 112)

Deuteranopia (Green-blind)

#6C6D6F — rgb(108, 109, 111)

Tritanopia (Blue-blind)

#706D6C — rgb(112, 109, 108)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(292, 8%, 42%);

text

color: hsl(292, 8%, 42%);

border

border: 2px solid hsl(292, 8%, 42%);

gradient light

background: linear-gradient(to right, hsl(292, 8%, 62%), hsl(292, 8%, 42%));

gradient dark

background: linear-gradient(to right, hsl(292, 8%, 42%), hsl(292, 8%, 22%))

hex

background-color: #716374;

tailwind

bg-[hsl(292,8%,42%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(292, 8%, 42%, 0.4);

css variable

--color-primary: hsl(292, 8%, 42%);

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(292, 8%, 42%)?

HEX: #716374 | RGB: rgb(113, 99, 116) | CMYK: 3%, 15%, 0%, 55% | HSV: 289°, 15%, 45%. Copy any format from the conversion table above.

What colors go well with #716374?

The complementary color is HSL(112, 8%, 42%). For a triadic harmony, use hues 292°, 52°, and 172°. For analogous combinations, try hues 262° and 322°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(292, 8%, 42%) in CSS?

As HSL: color: hsl(292, 8%, 42%); — As HEX: color: #716374; — As RGB: color: rgb(113, 99, 116); — Tailwind CSS: bg-[hsl(292,8%,42%)] — CSS variable: --color-primary: hsl(292, 8%, 42%);