#373c1b
a deep, soft yellow · cool · closest name: darkslategray
RGB
55, 60, 27
HSL
69°, 38%, 17%
CMYK
8, 0, 55, 77
Luminance
0.0412
Every format
| HEX | #373c1b |
| RGB | rgb(55, 60, 27) |
| HSL | hsl(69, 38%, 17%) |
| CMYK | cmyk(8%, 0%, 55%, 77%) |
| LAB | lab(24.1 -8.2 19.6) |
| LCH | lch(24.1 21.2 112.6) |
| OKLCH | oklch(0.343 0.052 116.3) |
Copy-ready code
/* CSS */
color: #373c1b;
background-color: #373c1b;
/* Tailwind (arbitrary) */
class="text-[#373c1b] bg-[#373c1b]"
/* SCSS */
$brand: #373c1b;
/* SwiftUI */
Color(red: 0.216, green: 0.235, blue: 0.106)
/* Android */
Color.parseColor("#373c1b")Accessibility — WCAG contrast
Aa
#373c1b on white: 11.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#373c1b on black: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.6%
Green23.5%
Blue10.6%
CMYK percentages
Cyan8.3%
Magenta0.0%
Yellow55.0%
Key (black)76.5%
Color previews
#373c1b text on a black background
contrast 1.82:1
Card sample
#373c1b text on a white background
contrast 11.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #373c1b;
Background color
Panel with #373c1b background
background-color: #373c1b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #373c1b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(55, 60, 27, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(55, 60, 27, 0.45);
Border & gradient
Gradient panel
border: 3px solid #373c1b; background: linear-gradient(135deg, #373c1b, #213C1B);