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

Color Conversions

Format Value CSS Usage
HSL hsl(233, 4%, 48%) color: hsl(233, 4%, 48%)
HEX #76777F color: #76777F
RGB rgb(118, 119, 127) color: rgb(118, 119, 127)
CMYK cmyk(7%, 6%, 0%, 50%)
HSV hsv(233, 7%, 50%)
HWB hwb(233 47% 50%) color: hwb(233 47% 50%)
OKLCH oklch(0.5711 0.0122 280.31) color: oklch(0.5711 0.0122 280.31)
Lab lab(50.19 1.29 -4.5) color: lab(50.19 1.29 -4.5)
LCH lch(50.19 4.68 286) color: lch(50.19 4.68 286)

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.45:1
vs Black 4.72:1

AA Normal (4.5:1)

on White: FAIL ✗ 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)

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

Tritanopia (Blue-blind)

#767C7B — rgb(118, 124, 123)

Tints & Shades

Tints (Lighter →)

← Shades (Darker)

Saturation (0% → 100%)

CSS Code Snippets

background

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

text

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

border

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

gradient light

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

gradient dark

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

hex

background-color: #76777F;

tailwind

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

box shadow

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

css variable

--color-primary: hsl(233, 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(233, 4%, 48%)?

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

What colors go well with #76777F?

The complementary color is HSL(53, 4%, 48%). For a triadic harmony, use hues 233°, 353°, and 113°. For analogous combinations, try hues 203° and 263°. See the Color Harmony section above for complete palettes with previews.

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

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