HSL(331, 7%, 24%)
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(331,7%,24%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(331, 7%, 24%) | color: hsl(331, 7%, 24%) | |
| HEX | #41393D | color: #41393D | |
| RGB | rgb(65, 57, 61) | color: rgb(65, 57, 61) | |
| CMYK | cmyk(0%, 12%, 6%, 75%) | — | |
| HSV | hsv(330, 12%, 25%) | — | |
| HWB | hwb(330 22% 75%) | color: hwb(330 22% 75%) | |
| OKLCH | oklch(0.3543 0.013 346.07) | color: oklch(0.3543 0.013 346.07) | |
| Lab | lab(24.91 4.34 -1.2) | color: lab(24.91 4.34 -1.2) | |
| LCH | lch(24.91 4.5 344.54) | color: lch(24.91 4.5 344.54) |
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)
#3E3D3C — rgb(62, 61, 60)
Deuteranopia (Green-blind)
#3E3F3C — rgb(62, 63, 60)
Tritanopia (Blue-blind)
#413B3B — rgb(65, 59, 59)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(331, 7%, 24%);
text
color: hsl(331, 7%, 24%);
border
border: 2px solid hsl(331, 7%, 24%);
gradient light
background: linear-gradient(to right, hsl(331, 7%, 44%), hsl(331, 7%, 24%));
gradient dark
background: linear-gradient(to right, hsl(331, 7%, 24%), hsl(331, 7%, 4%))
hex
background-color: #41393D;
tailwind
bg-[hsl(331,7%,24%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(331, 7%, 24%, 0.4);
css variable
--color-primary: hsl(331, 7%, 24%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(331, 7%, 24%)?
HEX: #41393D | RGB: rgb(65, 57, 61) | CMYK: 0%, 12%, 6%, 75% | HSV: 330°, 12%, 25%. Copy any format from the conversion table above.
What colors go well with #41393D?
The complementary color is HSL(151, 7%, 24%). For a triadic harmony, use hues 331°, 91°, and 211°. For analogous combinations, try hues 301° and 1°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(331, 7%, 24%) in CSS?
As HSL: color: hsl(331, 7%, 24%); — As HEX: color: #41393D; — As RGB: color: rgb(65, 57, 61); — Tailwind CSS: bg-[hsl(331,7%,24%)] — CSS variable: --color-primary: hsl(331, 7%, 24%);