HSL(75, 5%, 29%)

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(75,5%,29%)]

Color Conversions

Format Value CSS Usage
HSL hsl(75, 5%, 29%) color: hsl(75, 5%, 29%)
HEX #4C4E46 color: #4C4E46
RGB rgb(76, 78, 70) color: rgb(76, 78, 70)
CMYK cmyk(3%, 0%, 10%, 69%)
HSV hsv(75, 10%, 31%)
HWB hwb(75 28% 69%) color: hwb(75 28% 69%)
OKLCH oklch(0.4194 0.0132 118.38) color: oklch(0.4194 0.0132 118.38)
Lab lab(32.76 -2.5 4.46) color: lab(32.76 -2.5 4.46)
LCH lch(32.76 5.11 119.27) color: lch(32.76 5.11 119.27)

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 8.45:1
vs Black 2.49: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)

#4D4D48 — rgb(77, 77, 72)

Deuteranopia (Green-blind)

#4D4D48 — rgb(77, 77, 72)

Tritanopia (Blue-blind)

#4C494A — rgb(76, 73, 74)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(75, 5%, 29%);

text

color: hsl(75, 5%, 29%);

border

border: 2px solid hsl(75, 5%, 29%);

gradient light

background: linear-gradient(to right, hsl(75, 5%, 49%), hsl(75, 5%, 29%));

gradient dark

background: linear-gradient(to right, hsl(75, 5%, 29%), hsl(75, 5%, 9%))

hex

background-color: #4C4E46;

tailwind

bg-[hsl(75,5%,29%)]

box shadow

box-shadow: 0 4px 6px -1px hsl(75, 5%, 29%, 0.4);

css variable

--color-primary: hsl(75, 5%, 29%);

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(75, 5%, 29%)?

HEX: #4C4E46 | RGB: rgb(76, 78, 70) | CMYK: 3%, 0%, 10%, 69% | HSV: 75°, 10%, 31%. Copy any format from the conversion table above.

What colors go well with #4C4E46?

The complementary color is HSL(255, 5%, 29%). For a triadic harmony, use hues 75°, 195°, and 315°. For analogous combinations, try hues 45° and 105°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(75, 5%, 29%) in CSS?

As HSL: color: hsl(75, 5%, 29%); — As HEX: color: #4C4E46; — As RGB: color: rgb(76, 78, 70); — Tailwind CSS: bg-[hsl(75,5%,29%)] — CSS variable: --color-primary: hsl(75, 5%, 29%);