HSL(346, 8%, 36%)

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(346,8%,36%)]

Color Conversions

Format Value CSS Usage
HSL hsl(346, 8%, 36%) color: hsl(346, 8%, 36%)
HEX #635458 color: #635458
RGB rgb(99, 84, 88) color: rgb(99, 84, 88)
CMYK cmyk(0%, 15%, 11%, 61%)
HSV hsv(344, 15%, 39%)
HWB hwb(344 33% 61%) color: hwb(344 33% 61%)
OKLCH oklch(0.4621 0.0207 0.03) color: oklch(0.4621 0.0207 0.03)
Lab lab(37.3 6.93 -0.04) color: lab(37.3 6.93 -0.04)
LCH lch(37.3 6.93 359.67) color: lch(37.3 6.93 359.67)

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 7.14:1
vs Black 2.94:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: FAIL ✗

AA Large (3:1)

on White: PASS ✓ on Black: FAIL ✗

AAA Normal (7:1)

on White: PASS ✓

Best text on this color: white

Color Blindness Simulation

Protanopia (Red-blind)

#5D5C57 — rgb(93, 92, 87)

Deuteranopia (Green-blind)

#5D5F57 — rgb(93, 95, 87)

Tritanopia (Blue-blind)

#625656 — rgb(98, 86, 86)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(346, 8%, 36%);

text

color: hsl(346, 8%, 36%);

border

border: 2px solid hsl(346, 8%, 36%);

gradient light

background: linear-gradient(to right, hsl(346, 8%, 56%), hsl(346, 8%, 36%));

gradient dark

background: linear-gradient(to right, hsl(346, 8%, 36%), hsl(346, 8%, 16%))

hex

background-color: #635458;

tailwind

bg-[hsl(346,8%,36%)]

box shadow

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

css variable

--color-primary: hsl(346, 8%, 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(346, 8%, 36%)?

HEX: #635458 | RGB: rgb(99, 84, 88) | CMYK: 0%, 15%, 11%, 61% | HSV: 344°, 15%, 39%. Copy any format from the conversion table above.

What colors go well with #635458?

The complementary color is HSL(166, 8%, 36%). For a triadic harmony, use hues 346°, 106°, and 226°. For analogous combinations, try hues 316° and 16°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(346, 8%, 36%) in CSS?

As HSL: color: hsl(346, 8%, 36%); — As HEX: color: #635458; — As RGB: color: rgb(99, 84, 88); — Tailwind CSS: bg-[hsl(346,8%,36%)] — CSS variable: --color-primary: hsl(346, 8%, 36%);