HSL(239, 4%, 48%)

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(239,4%,48%)]

Color Conversions

Format Value CSS Usage
HSL hsl(239, 4%, 48%) color: hsl(239, 4%, 48%)
HEX #76767F color: #76767F
RGB rgb(118, 118, 127) color: rgb(118, 118, 127)
CMYK cmyk(7%, 7%, 0%, 50%)
HSV hsv(240, 7%, 50%)
HWB hwb(240 47% 50%) color: hwb(240 47% 50%)
OKLCH oklch(0.5688 0.0137 285.96) color: oklch(0.5688 0.0137 285.96)
Lab lab(49.91 1.87 -4.92) color: lab(49.91 1.87 -4.92)
LCH lch(49.91 5.26 290.81) color: lch(49.91 5.26 290.81)

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 4.5:1
vs Black 4.67:1

AA Normal (4.5:1)

on White: PASS ✓ on Black: PASS ✓

AA Large (3:1)

on White: PASS ✓ on Black: PASS ✓

AAA Normal (7:1)

on White: FAIL ✗

Best text on this color: black

Color Blindness Simulation

Protanopia (Red-blind)

#76767D — rgb(118, 118, 125)

Deuteranopia (Green-blind)

#76767C — rgb(118, 118, 124)

Tritanopia (Blue-blind)

#767B7B — rgb(118, 123, 123)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

background-color: hsl(239, 4%, 48%);

text

color: hsl(239, 4%, 48%);

border

border: 2px solid hsl(239, 4%, 48%);

gradient light

background: linear-gradient(to right, hsl(239, 4%, 68%), hsl(239, 4%, 48%));

gradient dark

background: linear-gradient(to right, hsl(239, 4%, 48%), hsl(239, 4%, 28%))

hex

background-color: #76767F;

tailwind

bg-[hsl(239,4%,48%)]

box shadow

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

css variable

--color-primary: hsl(239, 4%, 48%);

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(239, 4%, 48%)?

HEX: #76767F | RGB: rgb(118, 118, 127) | CMYK: 7%, 7%, 0%, 50% | HSV: 240°, 7%, 50%. Copy any format from the conversion table above.

What colors go well with #76767F?

The complementary color is HSL(59, 4%, 48%). For a triadic harmony, use hues 239°, 359°, and 119°. For analogous combinations, try hues 209° and 269°. See the Color Harmony section above for complete palettes with previews.

How do I use HSL(239, 4%, 48%) in CSS?

As HSL: color: hsl(239, 4%, 48%); — As HEX: color: #76767F; — As RGB: color: rgb(118, 118, 127); — Tailwind CSS: bg-[hsl(239,4%,48%)] — CSS variable: --color-primary: hsl(239, 4%, 48%);