HSL(359, 9%, 33%)
Grayish Gray — Gray color
Adjust Color
Color Information
Color Name
Grayish Gray
Color Family
Gray
Warm / Cool
🔴 Warm
Temperature
N/A
CSS Class
bg-[hsl(359,9%,33%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(359, 9%, 33%) | color: hsl(359, 9%, 33%) | |
| HEX | #5C4D4D | color: #5C4D4D | |
| RGB | rgb(92, 77, 77) | color: rgb(92, 77, 77) | |
| CMYK | cmyk(0%, 16%, 16%, 64%) | — | |
| HSV | hsv(0, 16%, 36%) | — | |
| HWB | hwb(0 30% 64%) | color: hwb(0 30% 64%) | |
| OKLCH | oklch(0.4354 0.0202 17.95) | color: oklch(0.4354 0.0202 17.95) | |
| Lab | lab(34.23 6.27 2.34) | color: lab(34.23 6.27 2.34) | |
| LCH | lch(34.23 6.69 20.47) | color: lch(34.23 6.69 20.47) |
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)
#56554D — rgb(86, 85, 77)
Deuteranopia (Green-blind)
#56584D — rgb(86, 88, 77)
Tritanopia (Blue-blind)
#5B4D4D — rgb(91, 77, 77)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(359, 9%, 33%);
text
color: hsl(359, 9%, 33%);
border
border: 2px solid hsl(359, 9%, 33%);
gradient light
background: linear-gradient(to right, hsl(359, 9%, 53%), hsl(359, 9%, 33%));
gradient dark
background: linear-gradient(to right, hsl(359, 9%, 33%), hsl(359, 9%, 13%))
hex
background-color: #5C4D4D;
tailwind
bg-[hsl(359,9%,33%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(359, 9%, 33%, 0.4);
css variable
--color-primary: hsl(359, 9%, 33%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(359, 9%, 33%)?
HEX: #5C4D4D | RGB: rgb(92, 77, 77) | CMYK: 0%, 16%, 16%, 64% | HSV: 0°, 16%, 36%. Copy any format from the conversion table above.
What colors go well with #5C4D4D?
The complementary color is HSL(179, 9%, 33%). For a triadic harmony, use hues 359°, 119°, and 239°. For analogous combinations, try hues 329° and 29°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(359, 9%, 33%) in CSS?
As HSL: color: hsl(359, 9%, 33%); — As HEX: color: #5C4D4D; — As RGB: color: rgb(92, 77, 77); — Tailwind CSS: bg-[hsl(359,9%,33%)] — CSS variable: --color-primary: hsl(359, 9%, 33%);