HSL(43, 3%, 43%)

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

Color Conversions

Format Value CSS Usage
HSL hsl(43, 3%, 43%) color: hsl(43, 3%, 43%)
HEX #716F6A color: #716F6A
RGB rgb(113, 111, 106) color: rgb(113, 111, 106)
CMYK cmyk(0%, 2%, 6%, 56%)
HSV hsv(43, 6%, 44%)
HWB hwb(43 41% 56%) color: hwb(43 41% 56%)
OKLCH oklch(0.5419 0.008 88.69) color: oklch(0.5419 0.008 88.69)
Lab lab(46.87 -0.22 3.05) color: lab(46.87 -0.22 3.05)
LCH lch(46.87 3.06 94.13) color: lch(46.87 3.06 94.13)

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.02:1
vs Black 4.18: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)

#70706B — rgb(112, 112, 107)

Deuteranopia (Green-blind)

#70706C — rgb(112, 112, 108)

Tritanopia (Blue-blind)

#716C6C — rgb(113, 108, 108)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(43, 3%, 43%);

text

color: hsl(43, 3%, 43%);

border

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

gradient light

background: linear-gradient(to right, hsl(43, 3%, 63%), hsl(43, 3%, 43%));

gradient dark

background: linear-gradient(to right, hsl(43, 3%, 43%), hsl(43, 3%, 23%))

hex

background-color: #716F6A;

tailwind

bg-[hsl(43,3%,43%)]

box shadow

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

css variable

--color-primary: hsl(43, 3%, 43%);

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

HEX: #716F6A | RGB: rgb(113, 111, 106) | CMYK: 0%, 2%, 6%, 56% | HSV: 43°, 6%, 44%. Copy any format from the conversion table above.

What colors go well with #716F6A?

The complementary color is HSL(223, 3%, 43%). For a triadic harmony, use hues 43°, 163°, and 283°. For analogous combinations, try hues 13° and 73°. See the Color Harmony section above for complete palettes with previews.

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

As HSL: color: hsl(43, 3%, 43%); — As HEX: color: #716F6A; — As RGB: color: rgb(113, 111, 106); — Tailwind CSS: bg-[hsl(43,3%,43%)] — CSS variable: --color-primary: hsl(43, 3%, 43%);