HSL(41, 7%, 21%)
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(41,7%,21%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(41, 7%, 21%) | color: hsl(41, 7%, 21%) | |
| HEX | #393732 | color: #393732 | |
| RGB | rgb(57, 55, 50) | color: rgb(57, 55, 50) | |
| CMYK | cmyk(0%, 4%, 12%, 78%) | — | |
| HSV | hsv(43, 12%, 22%) | — | |
| HWB | hwb(43 19% 78%) | color: hwb(43 19% 78%) | |
| OKLCH | oklch(0.3371 0.009 88.74) | color: oklch(0.3371 0.009 88.74) | |
| Lab | lab(23.11 -0.21 3.44) | color: lab(23.11 -0.21 3.44) | |
| LCH | lch(23.11 3.45 93.49) | color: lch(23.11 3.45 93.49) |
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)
#383833 — rgb(56, 56, 51)
Deuteranopia (Green-blind)
#383834 — rgb(56, 56, 52)
Tritanopia (Blue-blind)
#393434 — rgb(57, 52, 52)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(41, 7%, 21%);
text
color: hsl(41, 7%, 21%);
border
border: 2px solid hsl(41, 7%, 21%);
gradient light
background: linear-gradient(to right, hsl(41, 7%, 41%), hsl(41, 7%, 21%));
gradient dark
background: linear-gradient(to right, hsl(41, 7%, 21%), hsl(41, 7%, 1%))
hex
background-color: #393732;
tailwind
bg-[hsl(41,7%,21%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(41, 7%, 21%, 0.4);
css variable
--color-primary: hsl(41, 7%, 21%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(41, 7%, 21%)?
HEX: #393732 | RGB: rgb(57, 55, 50) | CMYK: 0%, 4%, 12%, 78% | HSV: 43°, 12%, 22%. Copy any format from the conversion table above.
What colors go well with #393732?
The complementary color is HSL(221, 7%, 21%). For a triadic harmony, use hues 41°, 161°, and 281°. For analogous combinations, try hues 11° and 71°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(41, 7%, 21%) in CSS?
As HSL: color: hsl(41, 7%, 21%); — As HEX: color: #393732; — As RGB: color: rgb(57, 55, 50); — Tailwind CSS: bg-[hsl(41,7%,21%)] — CSS variable: --color-primary: hsl(41, 7%, 21%);