HSL(131, 2%, 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(131,2%,39%)]

Color Conversions

Format Value CSS Usage
HSL hsl(131, 2%, 39%) color: hsl(131, 2%, 39%)
HEX #616562 color: #616562
RGB rgb(97, 101, 98) color: rgb(97, 101, 98)
CMYK cmyk(4%, 0%, 3%, 60%)
HSV hsv(135, 4%, 40%)
HWB hwb(135 38% 60%) color: hwb(135 38% 60%)
OKLCH oklch(0.5022 0.0068 153.65) color: oklch(0.5022 0.0068 153.65)
Lab lab(42.35 -2.18 1.16) color: lab(42.35 -2.18 1.16)
LCH lch(42.35 2.47 151.98) color: lch(42.35 2.47 151.98)

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.92:1
vs Black 3.55: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)

#636363 — rgb(99, 99, 99)

Deuteranopia (Green-blind)

#636263 — rgb(99, 98, 99)

Tritanopia (Blue-blind)

#616363 — rgb(97, 99, 99)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(131, 2%, 39%);

text

color: hsl(131, 2%, 39%);

border

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

gradient light

background: linear-gradient(to right, hsl(131, 2%, 59%), hsl(131, 2%, 39%));

gradient dark

background: linear-gradient(to right, hsl(131, 2%, 39%), hsl(131, 2%, 19%))

hex

background-color: #616562;

tailwind

bg-[hsl(131,2%,39%)]

box shadow

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

css variable

--color-primary: hsl(131, 2%, 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(131, 2%, 39%)?

HEX: #616562 | RGB: rgb(97, 101, 98) | CMYK: 4%, 0%, 3%, 60% | HSV: 135°, 4%, 40%. Copy any format from the conversion table above.

What colors go well with #616562?

The complementary color is HSL(311, 2%, 39%). 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, 2%, 39%) in CSS?

As HSL: color: hsl(131, 2%, 39%); — As HEX: color: #616562; — As RGB: color: rgb(97, 101, 98); — Tailwind CSS: bg-[hsl(131,2%,39%)] — CSS variable: --color-primary: hsl(131, 2%, 39%);