HSL(326, 8%, 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(326,8%,33%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(326, 8%, 33%) | color: hsl(326, 8%, 33%) | |
| HEX | #5B4D55 | color: #5B4D55 | |
| RGB | rgb(91, 77, 85) | color: rgb(91, 77, 85) | |
| CMYK | cmyk(0%, 15%, 7%, 64%) | — | |
| HSV | hsv(326, 15%, 36%) | — | |
| HWB | hwb(326 31% 64%) | color: hwb(326 31% 64%) | |
| OKLCH | oklch(0.4371 0.0224 342.76) | color: oklch(0.4371 0.0224 342.76) | |
| Lab | lab(34.37 7.42 -2.54) | color: lab(34.37 7.42 -2.54) | |
| LCH | lch(34.37 7.84 341.1) | color: lch(34.37 7.84 341.1) |
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)
#555553 — rgb(85, 85, 83)
Deuteranopia (Green-blind)
#565753 — rgb(86, 87, 83)
Tritanopia (Blue-blind)
#5A5251 — rgb(90, 82, 81)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(326, 8%, 33%);
text
color: hsl(326, 8%, 33%);
border
border: 2px solid hsl(326, 8%, 33%);
gradient light
background: linear-gradient(to right, hsl(326, 8%, 53%), hsl(326, 8%, 33%));
gradient dark
background: linear-gradient(to right, hsl(326, 8%, 33%), hsl(326, 8%, 13%))
hex
background-color: #5B4D55;
tailwind
bg-[hsl(326,8%,33%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(326, 8%, 33%, 0.4);
css variable
--color-primary: hsl(326, 8%, 33%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(326, 8%, 33%)?
HEX: #5B4D55 | RGB: rgb(91, 77, 85) | CMYK: 0%, 15%, 7%, 64% | HSV: 326°, 15%, 36%. Copy any format from the conversion table above.
What colors go well with #5B4D55?
The complementary color is HSL(146, 8%, 33%). For a triadic harmony, use hues 326°, 86°, and 206°. For analogous combinations, try hues 296° and 356°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(326, 8%, 33%) in CSS?
As HSL: color: hsl(326, 8%, 33%); — As HEX: color: #5B4D55; — As RGB: color: rgb(91, 77, 85); — Tailwind CSS: bg-[hsl(326,8%,33%)] — CSS variable: --color-primary: hsl(326, 8%, 33%);