HSL(135, 3%, 43%)

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

Color Conversions

Format Value CSS Usage
HSL hsl(135, 3%, 43%) color: hsl(135, 3%, 43%)
HEX #6A716C color: #6A716C
RGB rgb(106, 113, 108) color: rgb(106, 113, 108)
CMYK cmyk(6%, 0%, 4%, 56%)
HSV hsv(137, 6%, 44%)
HWB hwb(137 41% 56%) color: hwb(137 41% 56%)
OKLCH oklch(0.541 0.0114 154.89) color: oklch(0.541 0.0114 154.89)
Lab lab(46.92 -3.69 1.86) color: lab(46.92 -3.69 1.86)
LCH lch(46.92 4.13 153.25) color: lch(46.92 4.13 153.25)

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.01:1
vs Black 4.19: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)

#6D6D6D — rgb(109, 109, 109)

Deuteranopia (Green-blind)

#6D6C6E — rgb(109, 108, 110)

Tritanopia (Blue-blind)

#6A6E6E — rgb(106, 110, 110)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

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

gradient dark

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

hex

background-color: #6A716C;

tailwind

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

box shadow

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

css variable

--color-primary: hsl(135, 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(135, 3%, 43%)?

HEX: #6A716C | RGB: rgb(106, 113, 108) | CMYK: 6%, 0%, 4%, 56% | HSV: 137°, 6%, 44%. Copy any format from the conversion table above.

What colors go well with #6A716C?

The complementary color is HSL(315, 3%, 43%). For a triadic harmony, use hues 135°, 255°, and 15°. For analogous combinations, try hues 105° and 165°. See the Color Harmony section above for complete palettes with previews.

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

As HSL: color: hsl(135, 3%, 43%); — As HEX: color: #6A716C; — As RGB: color: rgb(106, 113, 108); — Tailwind CSS: bg-[hsl(135,3%,43%)] — CSS variable: --color-primary: hsl(135, 3%, 43%);