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
Accessibility (WCAG)
White text on color
Black text on color
Colored text
Contrast Ratios
AA Normal (4.5:1)
AA Large (3:1)
AAA Normal (7:1)
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
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
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%);