HSL(353, 5%, 20%)
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(353,5%,20%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(353, 5%, 20%) | color: hsl(353, 5%, 20%) | |
| HEX | #363031 | color: #363031 | |
| RGB | rgb(54, 48, 49) | color: rgb(54, 48, 49) | |
| CMYK | cmyk(0%, 11%, 9%, 79%) | — | |
| HSV | hsv(350, 11%, 21%) | — | |
| HWB | hwb(350 19% 79%) | color: hwb(350 19% 79%) | |
| OKLCH | oklch(0.3159 0.0088 6.16) | color: oklch(0.3159 0.0088 6.16) | |
| Lab | lab(20.52 2.9 0.34) | color: lab(20.52 2.9 0.34) | |
| LCH | lch(20.52 2.92 6.69) | color: lch(20.52 2.92 6.69) |
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)
#333331 — rgb(51, 51, 49)
Deuteranopia (Green-blind)
#343431 — rgb(52, 52, 49)
Tritanopia (Blue-blind)
#363131 — rgb(54, 49, 49)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(353, 5%, 20%);
text
color: hsl(353, 5%, 20%);
border
border: 2px solid hsl(353, 5%, 20%);
gradient light
background: linear-gradient(to right, hsl(353, 5%, 40%), hsl(353, 5%, 20%));
gradient dark
background: linear-gradient(to right, hsl(353, 5%, 20%), hsl(353, 5%, 0%))
hex
background-color: #363031;
tailwind
bg-[hsl(353,5%,20%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(353, 5%, 20%, 0.4);
css variable
--color-primary: hsl(353, 5%, 20%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(353, 5%, 20%)?
HEX: #363031 | RGB: rgb(54, 48, 49) | CMYK: 0%, 11%, 9%, 79% | HSV: 350°, 11%, 21%. Copy any format from the conversion table above.
What colors go well with #363031?
The complementary color is HSL(173, 5%, 20%). For a triadic harmony, use hues 353°, 113°, and 233°. For analogous combinations, try hues 323° and 23°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(353, 5%, 20%) in CSS?
As HSL: color: hsl(353, 5%, 20%); — As HEX: color: #363031; — As RGB: color: rgb(54, 48, 49); — Tailwind CSS: bg-[hsl(353,5%,20%)] — CSS variable: --color-primary: hsl(353, 5%, 20%);