HSL(237, 3%, 24%)
Grayish Gray — Gray color
Adjust Color
Color Information
Color Name
Grayish Gray
Color Family
Gray
Warm / Cool
🔵 Cool
Temperature
N/A
CSS Class
bg-[hsl(237,3%,24%)]
Color Conversions
| Format | Value | CSS Usage | |
|---|---|---|---|
| HSL | hsl(237, 3%, 24%) | color: hsl(237, 3%, 24%) | |
| HEX | #3B3C3F | color: #3B3C3F | |
| RGB | rgb(59, 60, 63) | color: rgb(59, 60, 63) | |
| CMYK | cmyk(6%, 5%, 0%, 75%) | — | |
| HSV | hsv(225, 6%, 25%) | — | |
| HWB | hwb(225 24% 75%) | color: hwb(225 24% 75%) | |
| OKLCH | oklch(0.3563 0.0053 271.27) | color: oklch(0.3563 0.0053 271.27) | |
| Lab | lab(25.32 0.28 -1.99) | color: lab(25.32 0.28 -1.99) | |
| LCH | lch(25.32 2.01 278.01) | color: lch(25.32 2.01 278.01) |
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)
#3B3B3E — rgb(59, 59, 62)
Deuteranopia (Green-blind)
#3B3B3E — rgb(59, 59, 62)
Tritanopia (Blue-blind)
#3B3E3E — rgb(59, 62, 62)
Tints & Shades
CSS Code Snippets
background
background-color: hsl(237, 3%, 24%);
text
color: hsl(237, 3%, 24%);
border
border: 2px solid hsl(237, 3%, 24%);
gradient light
background: linear-gradient(to right, hsl(237, 3%, 44%), hsl(237, 3%, 24%));
gradient dark
background: linear-gradient(to right, hsl(237, 3%, 24%), hsl(237, 3%, 4%))
hex
background-color: #3B3C3F;
tailwind
bg-[hsl(237,3%,24%)]
box shadow
box-shadow: 0 4px 6px -1px hsl(237, 3%, 24%, 0.4);
css variable
--color-primary: hsl(237, 3%, 24%);
Related Colors
Use Cases for Grayish Gray
Frequently Asked Questions
What are all the color codes for HSL(237, 3%, 24%)?
HEX: #3B3C3F | RGB: rgb(59, 60, 63) | CMYK: 6%, 5%, 0%, 75% | HSV: 225°, 6%, 25%. Copy any format from the conversion table above.
What colors go well with #3B3C3F?
The complementary color is HSL(57, 3%, 24%). For a triadic harmony, use hues 237°, 357°, and 117°. For analogous combinations, try hues 207° and 267°. See the Color Harmony section above for complete palettes with previews.
How do I use HSL(237, 3%, 24%) in CSS?
As HSL: color: hsl(237, 3%, 24%); — As HEX: color: #3B3C3F; — As RGB: color: rgb(59, 60, 63); — Tailwind CSS: bg-[hsl(237,3%,24%)] — CSS variable: --color-primary: hsl(237, 3%, 24%);