HSL(113, 1%, 30%)

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(113,1%,30%)]

Color Conversions

Format Value CSS Usage
HSL hsl(113, 1%, 30%) color: hsl(113, 1%, 30%)
HEX #4C4D4C color: #4C4D4C
RGB rgb(76, 77, 76) color: rgb(76, 77, 76)
CMYK cmyk(1%, 0%, 1%, 70%)
HSV hsv(120, 1%, 30%)
HWB hwb(120 30% 70%) color: hwb(120 30% 70%)
OKLCH oklch(0.419 0.0021 145.54) color: oklch(0.419 0.0021 145.54)
Lab lab(32.63 -0.63 0.45) color: lab(32.63 -0.63 0.45)
LCH lch(32.63 0.77 144.46) color: lch(32.63 0.77 144.46)

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.49:1
vs Black 2.47: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)

#4C4C4C — rgb(76, 76, 76)

Deuteranopia (Green-blind)

#4C4C4C — rgb(76, 76, 76)

Tritanopia (Blue-blind)

#4C4C4C — rgb(76, 76, 76)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(113, 1%, 30%);

text

color: hsl(113, 1%, 30%);

border

border: 2px solid hsl(113, 1%, 30%);

gradient light

background: linear-gradient(to right, hsl(113, 1%, 50%), hsl(113, 1%, 30%));

gradient dark

background: linear-gradient(to right, hsl(113, 1%, 30%), hsl(113, 1%, 10%))

hex

background-color: #4C4D4C;

tailwind

bg-[hsl(113,1%,30%)]

box shadow

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

css variable

--color-primary: hsl(113, 1%, 30%);

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(113, 1%, 30%)?

HEX: #4C4D4C | RGB: rgb(76, 77, 76) | CMYK: 1%, 0%, 1%, 70% | HSV: 120°, 1%, 30%. Copy any format from the conversion table above.

What colors go well with #4C4D4C?

The complementary color is HSL(293, 1%, 30%). For a triadic harmony, use hues 113°, 233°, and 353°. For analogous combinations, try hues 83° and 143°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(113, 1%, 30%) in CSS?

As HSL: color: hsl(113, 1%, 30%); — As HEX: color: #4C4D4C; — As RGB: color: rgb(76, 77, 76); — Tailwind CSS: bg-[hsl(113,1%,30%)] — CSS variable: --color-primary: hsl(113, 1%, 30%);