HSL(235, 5%, 31%)
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(235,5%,31%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(235, 5%, 31%) | color: hsl(235, 5%, 31%) | |
| HEX | #4B4C53 | color: #4B4C53 | |
| RGB | rgb(75, 76, 83) | color: rgb(75, 76, 83) | |
| CMYK | cmyk(10%, 8%, 0%, 67%) | — | |
| HSV | hsv(233, 10%, 33%) | — | |
| HWB | hwb(233 30% 67%) | color: hwb(233 30% 67%) | |
| OKLCH | oklch(0.4182 0.0116 279.4) | color: oklch(0.4182 0.0116 279.4) | |
| Lab | lab(32.46 1.19 -4.27) | color: lab(32.46 1.19 -4.27) | |
| LCH | lch(32.46 4.43 285.57) | color: lch(32.46 4.43 285.57) |
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)
#4B4B51 — rgb(75, 75, 81)
Deuteranopia (Green-blind)
#4B4B51 — rgb(75, 75, 81)
Tritanopia (Blue-blind)
#4B5050 — rgb(75, 80, 80)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(235, 5%, 31%);
text
color: hsl(235, 5%, 31%);
border
border: 2px solid hsl(235, 5%, 31%);
gradient light
background: linear-gradient(to right, hsl(235, 5%, 51%), hsl(235, 5%, 31%));
gradient dark
background: linear-gradient(to right, hsl(235, 5%, 31%), hsl(235, 5%, 11%))
hex
background-color: #4B4C53;
tailwind
bg-[hsl(235,5%,31%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(235, 5%, 31%, 0.4);
css variable
--color-primary: hsl(235, 5%, 31%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(235, 5%, 31%)?
HEX: #4B4C53 | RGB: rgb(75, 76, 83) | CMYK: 10%, 8%, 0%, 67% | HSV: 233°, 10%, 33%. Copy any format from the conversion table above.
What colors go well with #4B4C53?
The complementary color is HSL(55, 5%, 31%). For a triadic harmony, use hues 235°, 355°, and 115°. For analogous combinations, try hues 205° and 265°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(235, 5%, 31%) in CSS?
As HSL: color: hsl(235, 5%, 31%); — As HEX: color: #4B4C53; — As RGB: color: rgb(75, 76, 83); — Tailwind CSS: bg-[hsl(235,5%,31%)] — CSS variable: --color-primary: hsl(235, 5%, 31%);