HSL(233, 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(233,1%,30%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(233, 1%, 30%) | color: hsl(233, 1%, 30%) | |
| HEX | #4C4C4D | color: #4C4C4D | |
| RGB | rgb(76, 76, 77) | color: rgb(76, 76, 77) | |
| CMYK | cmyk(1%, 1%, 0%, 70%) | — | |
| HSV | hsv(240, 1%, 30%) | — | |
| HWB | hwb(240 30% 70%) | color: hwb(240 30% 70%) | |
| OKLCH | oklch(0.4169 0.0016 286.33) | color: oklch(0.4169 0.0016 286.33) | |
| Lab | lab(32.35 0.22 -0.59) | color: lab(32.35 0.22 -0.59) | |
| LCH | lch(32.35 0.63 290.45) | color: lch(32.35 0.63 290.45) |
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)
#4C4C4D — rgb(76, 76, 77)
Deuteranopia (Green-blind)
#4C4C4D — rgb(76, 76, 77)
Tritanopia (Blue-blind)
#4C4D4D — rgb(76, 77, 77)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(233, 1%, 30%);
text
color: hsl(233, 1%, 30%);
border
border: 2px solid hsl(233, 1%, 30%);
gradient light
background: linear-gradient(to right, hsl(233, 1%, 50%), hsl(233, 1%, 30%));
gradient dark
background: linear-gradient(to right, hsl(233, 1%, 30%), hsl(233, 1%, 10%))
hex
background-color: #4C4C4D;
tailwind
bg-[hsl(233,1%,30%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(233, 1%, 30%, 0.4);
css variable
--color-primary: hsl(233, 1%, 30%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(233, 1%, 30%)?
HEX: #4C4C4D | RGB: rgb(76, 76, 77) | CMYK: 1%, 1%, 0%, 70% | HSV: 240°, 1%, 30%. Copy any format from the conversion table above.
What colors go well with #4C4C4D?
The complementary color is HSL(53, 1%, 30%). 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, 1%, 30%) in CSS?
As HSL: color: hsl(233, 1%, 30%); — As HEX: color: #4C4C4D; — As RGB: color: rgb(76, 76, 77); — Tailwind CSS: bg-[hsl(233,1%,30%)] — CSS variable: --color-primary: hsl(233, 1%, 30%);