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