#373621
a deep, soft yellow · cool · closest name: darkslategray
RGB
55, 54, 33
HSL
57°, 25%, 17%
CMYK
0, 2, 40, 78
Luminance
0.0356
Every format
| HEX | #373621 |
| RGB | rgb(55, 54, 33) |
| HSL | hsl(57, 25%, 17%) |
| CMYK | cmyk(0%, 2%, 40%, 78%) |
| LAB | lab(22.2 -3.6 13.4) |
| LCH | lch(22.2 13.9 104.9) |
| OKLCH | oklch(0.328 0.034 105.8) |
Copy-ready code
/* CSS */
color: #373621;
background-color: #373621;
/* Tailwind (arbitrary) */
class="text-[#373621] bg-[#373621]"
/* SCSS */
$brand: #373621;
/* SwiftUI */
Color(red: 0.216, green: 0.212, blue: 0.129)
/* Android */
Color.parseColor("#373621")Accessibility — WCAG contrast
Aa
#373621 on white: 12.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#373621 on black: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.6%
Green21.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta1.8%
Yellow40.0%
Key (black)78.4%
Color previews
#373621 text on a black background
contrast 1.71:1
Card sample
#373621 text on a white background
contrast 12.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #373621;
Background color
Panel with #373621 background
background-color: #373621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #373621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(55, 54, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(55, 54, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #373621; background: linear-gradient(135deg, #373621, #293721);