#373c2d
a deep, muted green · cool · closest name: darkslategray
RGB
55, 60, 45
HSL
80°, 14%, 21%
CMYK
8, 0, 25, 77
Luminance
0.0423
Every format
| HEX | #373c2d |
| RGB | rgb(55, 60, 45) |
| HSL | hsl(80, 14%, 21%) |
| CMYK | cmyk(8%, 0%, 25%, 77%) |
| LAB | lab(24.4 -5.3 8.6) |
| LCH | lch(24.4 10.1 121.9) |
| OKLCH | oklch(0.347 0.026 122.7) |
Copy-ready code
/* CSS */
color: #373c2d;
background-color: #373c2d;
/* Tailwind (arbitrary) */
class="text-[#373c2d] bg-[#373c2d]"
/* SCSS */
$brand: #373c2d;
/* SwiftUI */
Color(red: 0.216, green: 0.235, blue: 0.176)
/* Android */
Color.parseColor("#373c2d")Accessibility — WCAG contrast
Aa
#373c2d on white: 11.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#373c2d on black: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.6%
Green23.5%
Blue17.6%
CMYK percentages
Cyan8.3%
Magenta0.0%
Yellow25.0%
Key (black)76.5%
Color previews
#373c2d text on a black background
contrast 1.85:1
Card sample
#373c2d text on a white background
contrast 11.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #373c2d;
Background color
Panel with #373c2d background
background-color: #373c2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #373c2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(55, 60, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(55, 60, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #373c2d; background: linear-gradient(135deg, #373c2d, #2D3C2D);