#37372c
a deep, muted yellow · cool · closest name: darkslategray
RGB
55, 55, 44
HSL
60°, 11%, 19%
CMYK
0, 0, 20, 78
Luminance
0.0373
Every format
| HEX | #37372c |
| RGB | rgb(55, 55, 44) |
| HSL | hsl(60, 11%, 19%) |
| CMYK | cmyk(0%, 0%, 20%, 78%) |
| LAB | lab(22.8 -2.3 6.9) |
| LCH | lch(22.8 7.3 108.5) |
| OKLCH | oklch(0.333 0.019 107.4) |
Copy-ready code
/* CSS */
color: #37372c;
background-color: #37372c;
/* Tailwind (arbitrary) */
class="text-[#37372c] bg-[#37372c]"
/* SCSS */
$brand: #37372c;
/* SwiftUI */
Color(red: 0.216, green: 0.216, blue: 0.173)
/* Android */
Color.parseColor("#37372c")Accessibility — WCAG contrast
Aa
#37372c on white: 12.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#37372c on black: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.6%
Green21.6%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow20.0%
Key (black)78.4%
Color previews
#37372c text on a black background
contrast 1.75:1
Card sample
#37372c text on a white background
contrast 12.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #37372c;
Background color
Panel with #37372c background
background-color: #37372c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #37372c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(55, 55, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(55, 55, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #37372c; background: linear-gradient(135deg, #37372c, #30372C);