#37372f
a deep, muted gray · cool · closest name: darkslategray
RGB
55, 55, 47
HSL
60°, 8%, 20%
CMYK
0, 0, 15, 78
Luminance
0.0375
Every format
| HEX | #37372f |
| RGB | rgb(55, 55, 47) |
| HSL | hsl(60, 8%, 20%) |
| CMYK | cmyk(0%, 0%, 15%, 78%) |
| LAB | lab(22.8 -1.7 5.0) |
| LCH | lch(22.8 5.3 109.0) |
| OKLCH | oklch(0.334 0.014 107.1) |
Copy-ready code
/* CSS */
color: #37372f;
background-color: #37372f;
/* Tailwind (arbitrary) */
class="text-[#37372f] bg-[#37372f]"
/* SCSS */
$brand: #37372f;
/* SwiftUI */
Color(red: 0.216, green: 0.216, blue: 0.184)
/* Android */
Color.parseColor("#37372f")Accessibility — WCAG contrast
Aa
#37372f on white: 12.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#37372f on black: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.6%
Green21.6%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow14.5%
Key (black)78.4%
Color previews
#37372f text on a black background
contrast 1.75:1
Card sample
#37372f text on a white background
contrast 12.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #37372f;
Background color
Panel with #37372f background
background-color: #37372f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #37372f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(55, 55, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(55, 55, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #37372f; background: linear-gradient(135deg, #37372f, #32372F);