HSL(3, 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(3,5%,20%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(3, 5%, 20%) | color: hsl(3, 5%, 20%) | |
| HEX | #363130 | color: #363130 | |
| RGB | rgb(54, 49, 48) | color: rgb(54, 49, 48) | |
| CMYK | cmyk(0%, 9%, 11%, 79%) | — | |
| HSV | hsv(10, 11%, 21%) | — | |
| HWB | hwb(10 19% 79%) | color: hwb(10 19% 79%) | |
| OKLCH | oklch(0.3181 0.0074 31.1) | color: oklch(0.3181 0.0074 31.1) | |
| Lab | lab(20.81 2.01 1.44) | color: lab(20.81 2.01 1.44) | |
| LCH | lch(20.81 2.47 35.62) | color: lch(20.81 2.47 35.62) |
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)
#343430 — rgb(52, 52, 48)
Deuteranopia (Green-blind)
#343530 — rgb(52, 53, 48)
Tritanopia (Blue-blind)
#363030 — rgb(54, 48, 48)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(3, 5%, 20%);
text
color: hsl(3, 5%, 20%);
border
border: 2px solid hsl(3, 5%, 20%);
gradient light
background: linear-gradient(to right, hsl(3, 5%, 40%), hsl(3, 5%, 20%));
gradient dark
background: linear-gradient(to right, hsl(3, 5%, 20%), hsl(3, 5%, 0%))
hex
background-color: #363130;
tailwind
bg-[hsl(3,5%,20%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(3, 5%, 20%, 0.4);
css variable
--color-primary: hsl(3, 5%, 20%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(3, 5%, 20%)?
HEX: #363130 | RGB: rgb(54, 49, 48) | CMYK: 0%, 9%, 11%, 79% | HSV: 10°, 11%, 21%. Copy any format from the conversion table above.
What colors go well with #363130?
The complementary color is HSL(183, 5%, 20%). For a triadic harmony, use hues 3°, 123°, and 243°. For analogous combinations, try hues 333° and 33°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(3, 5%, 20%) in CSS?
As HSL: color: hsl(3, 5%, 20%); — As HEX: color: #363130; — As RGB: color: rgb(54, 49, 48); — Tailwind CSS: bg-[hsl(3,5%,20%)] — CSS variable: --color-primary: hsl(3, 5%, 20%);