HSL(113, 9%, 39%)

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(113,9%,39%)]

Color Conversions

Format Value CSS Usage
HSL hsl(113, 9%, 39%) color: hsl(113, 9%, 39%)
HEX #5D6C5A color: #5D6C5A
RGB rgb(93, 108, 90) color: rgb(93, 108, 90)
CMYK cmyk(14%, 0%, 17%, 58%)
HSV hsv(110, 17%, 42%)
HWB hwb(110 35% 58%) color: hwb(110 35% 58%)
OKLCH oklch(0.5132 0.0333 140.43) color: oklch(0.5132 0.0333 140.43)
Lab lab(43.93 -9.44 8.2) color: lab(43.93 -9.44 8.2)
LCH lch(43.93 12.5 139.02) color: lch(43.93 12.5 139.02)

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.59:1
vs Black 3.76: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)

#63645E — rgb(99, 100, 94)

Deuteranopia (Green-blind)

#63625F — rgb(99, 98, 95)

Tritanopia (Blue-blind)

#5E6263 — rgb(94, 98, 99)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(113, 9%, 39%);

text

color: hsl(113, 9%, 39%);

border

border: 2px solid hsl(113, 9%, 39%);

gradient light

background: linear-gradient(to right, hsl(113, 9%, 59%), hsl(113, 9%, 39%));

gradient dark

background: linear-gradient(to right, hsl(113, 9%, 39%), hsl(113, 9%, 19%))

hex

background-color: #5D6C5A;

tailwind

bg-[hsl(113,9%,39%)]

box shadow

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

css variable

--color-primary: hsl(113, 9%, 39%);

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(113, 9%, 39%)?

HEX: #5D6C5A | RGB: rgb(93, 108, 90) | CMYK: 14%, 0%, 17%, 58% | HSV: 110°, 17%, 42%. Copy any format from the conversion table above.

What colors go well with #5D6C5A?

The complementary color is HSL(293, 9%, 39%). For a triadic harmony, use hues 113°, 233°, and 353°. For analogous combinations, try hues 83° and 143°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(113, 9%, 39%) in CSS?

As HSL: color: hsl(113, 9%, 39%); — As HEX: color: #5D6C5A; — As RGB: color: rgb(93, 108, 90); — Tailwind CSS: bg-[hsl(113,9%,39%)] — CSS variable: --color-primary: hsl(113, 9%, 39%);