#373321
a deep, soft yellow · cool · closest name: darkslategray
RGB
55, 51, 33
HSL
49°, 25%, 17%
CMYK
0, 7, 40, 78
Luminance
0.0329
Every format
| HEX | #373321 |
| RGB | rgb(55, 51, 33) |
| HSL | hsl(49, 25%, 17%) |
| CMYK | cmyk(0%, 7%, 40%, 78%) |
| LAB | lab(21.2 -1.6 12.1) |
| LCH | lch(21.2 12.2 97.5) |
| OKLCH | oklch(0.320 0.030 97.1) |
Copy-ready code
/* CSS */
color: #373321;
background-color: #373321;
/* Tailwind (arbitrary) */
class="text-[#373321] bg-[#373321]"
/* SCSS */
$brand: #373321;
/* SwiftUI */
Color(red: 0.216, green: 0.200, blue: 0.129)
/* Android */
Color.parseColor("#373321")Accessibility — WCAG contrast
Aa
#373321 on white: 12.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#373321 on black: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.6%
Green20.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta7.3%
Yellow40.0%
Key (black)78.4%
Color previews
#373321 text on a black background
contrast 1.66:1
Card sample
#373321 text on a white background
contrast 12.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #373321;
Background color
Panel with #373321 background
background-color: #373321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #373321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(55, 51, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(55, 51, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #373321; background: linear-gradient(135deg, #373321, #2C3721);