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