HSL(131, 6%, 36%)

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(131,6%,36%)]

Color Conversions

Format Value CSS Usage
HSL hsl(131, 6%, 36%) color: hsl(131, 6%, 36%)
HEX #566158 color: #566158
RGB rgb(86, 97, 88) color: rgb(86, 97, 88)
CMYK cmyk(11%, 0%, 9%, 62%)
HSV hsv(131, 11%, 38%)
HWB hwb(131 34% 62%) color: hwb(131 34% 62%)
OKLCH oklch(0.4802 0.0197 150.75) color: oklch(0.4802 0.0197 150.75)
Lab lab(39.97 -6.2 3.69) color: lab(39.97 -6.2 3.69)
LCH lch(39.97 7.21 149.24) color: lch(39.97 7.21 149.24)

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 6.47:1
vs Black 3.25: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)

#5B5B5A — rgb(91, 91, 90)

Deuteranopia (Green-blind)

#5A595B — rgb(90, 89, 91)

Tritanopia (Blue-blind)

#575C5C — rgb(87, 92, 92)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(131, 6%, 36%);

text

color: hsl(131, 6%, 36%);

border

border: 2px solid hsl(131, 6%, 36%);

gradient light

background: linear-gradient(to right, hsl(131, 6%, 56%), hsl(131, 6%, 36%));

gradient dark

background: linear-gradient(to right, hsl(131, 6%, 36%), hsl(131, 6%, 16%))

hex

background-color: #566158;

tailwind

bg-[hsl(131,6%,36%)]

box shadow

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

css variable

--color-primary: hsl(131, 6%, 36%);

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(131, 6%, 36%)?

HEX: #566158 | RGB: rgb(86, 97, 88) | CMYK: 11%, 0%, 9%, 62% | HSV: 131°, 11%, 38%. Copy any format from the conversion table above.

What colors go well with #566158?

The complementary color is HSL(311, 6%, 36%). For a triadic harmony, use hues 131°, 251°, and 11°. For analogous combinations, try hues 101° and 161°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(131, 6%, 36%) in CSS?

As HSL: color: hsl(131, 6%, 36%); — As HEX: color: #566158; — As RGB: color: rgb(86, 97, 88); — Tailwind CSS: bg-[hsl(131,6%,36%)] — CSS variable: --color-primary: hsl(131, 6%, 36%);