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
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: 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
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
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%);