HSL(357, 3%, 27%)

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(357,3%,27%)]

Color Conversions

Format Value CSS Usage
HSL hsl(357, 3%, 27%) color: hsl(357, 3%, 27%)
HEX #474343 color: #474343
RGB rgb(71, 67, 67) color: rgb(71, 67, 67)
CMYK cmyk(0%, 6%, 6%, 72%)
HSV hsv(0, 6%, 28%)
HWB hwb(0 26% 72%) color: hwb(0 26% 72%)
OKLCH oklch(0.3868 0.0054 17.39) color: oklch(0.3868 0.0054 17.39)
Lab lab(28.8 1.69 0.6) color: lab(28.8 1.69 0.6)
LCH lch(28.8 1.79 19.55) color: lch(28.8 1.79 19.55)

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 9.76:1
vs Black 2.15: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)

#454543 — rgb(69, 69, 67)

Deuteranopia (Green-blind)

#464643 — rgb(70, 70, 67)

Tritanopia (Blue-blind)

#474343 — rgb(71, 67, 67)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(357, 3%, 27%);

text

color: hsl(357, 3%, 27%);

border

border: 2px solid hsl(357, 3%, 27%);

gradient light

background: linear-gradient(to right, hsl(357, 3%, 47%), hsl(357, 3%, 27%));

gradient dark

background: linear-gradient(to right, hsl(357, 3%, 27%), hsl(357, 3%, 7%))

hex

background-color: #474343;

tailwind

bg-[hsl(357,3%,27%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(357, 3%, 27%, 0.4);

css variable

--color-primary: hsl(357, 3%, 27%);

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(357, 3%, 27%)?

HEX: #474343 | RGB: rgb(71, 67, 67) | CMYK: 0%, 6%, 6%, 72% | HSV: 0°, 6%, 28%. Copy any format from the conversion table above.

What colors go well with #474343?

The complementary color is HSL(177, 3%, 27%). For a triadic harmony, use hues 357°, 117°, and 237°. For analogous combinations, try hues 327° and 27°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(357, 3%, 27%) in CSS?

As HSL: color: hsl(357, 3%, 27%); — As HEX: color: #474343; — As RGB: color: rgb(71, 67, 67); — Tailwind CSS: bg-[hsl(357,3%,27%)] — CSS variable: --color-primary: hsl(357, 3%, 27%);