HSL(182, 6%, 22%)

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(182,6%,22%)]

Color Conversions

Format Value CSS Usage
HSL hsl(182, 6%, 22%) color: hsl(182, 6%, 22%)
HEX #353B3B color: #353B3B
RGB rgb(53, 59, 59) color: rgb(53, 59, 59)
CMYK cmyk(10%, 0%, 0%, 77%)
HSV hsv(180, 10%, 23%)
HWB hwb(180 21% 77%) color: hwb(180 21% 77%)
OKLCH oklch(0.3467 0.0081 196.78) color: oklch(0.3467 0.0081 196.78)
Lab lab(24.32 -2.52 -0.86) color: lab(24.32 -2.52 -0.86)
LCH lch(24.32 2.66 198.84) color: lch(24.32 2.66 198.84)

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 11.41:1
vs Black 1.84: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)

#38383B — rgb(56, 56, 59)

Deuteranopia (Green-blind)

#37373B — rgb(55, 55, 59)

Tritanopia (Blue-blind)

#353B3B — rgb(53, 59, 59)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(182, 6%, 22%);

text

color: hsl(182, 6%, 22%);

border

border: 2px solid hsl(182, 6%, 22%);

gradient light

background: linear-gradient(to right, hsl(182, 6%, 42%), hsl(182, 6%, 22%));

gradient dark

background: linear-gradient(to right, hsl(182, 6%, 22%), hsl(182, 6%, 2%))

hex

background-color: #353B3B;

tailwind

bg-[hsl(182,6%,22%)]

box shadow

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

css variable

--color-primary: hsl(182, 6%, 22%);

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(182, 6%, 22%)?

HEX: #353B3B | RGB: rgb(53, 59, 59) | CMYK: 10%, 0%, 0%, 77% | HSV: 180°, 10%, 23%. Copy any format from the conversion table above.

What colors go well with #353B3B?

The complementary color is HSL(2, 6%, 22%). For a triadic harmony, use hues 182°, 302°, and 62°. For analogous combinations, try hues 152° and 212°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(182, 6%, 22%) in CSS?

As HSL: color: hsl(182, 6%, 22%); — As HEX: color: #353B3B; — As RGB: color: rgb(53, 59, 59); — Tailwind CSS: bg-[hsl(182,6%,22%)] — CSS variable: --color-primary: hsl(182, 6%, 22%);