#372621
a deep, soft red · warm · closest name: black
RGB
55, 38, 33
HSL
14°, 25%, 17%
CMYK
0, 31, 40, 78
Luminance
0.0231
Every format
| HEX | #372621 |
| RGB | rgb(55, 38, 33) |
| HSL | hsl(14, 25%, 17%) |
| CMYK | cmyk(0%, 31%, 40%, 78%) |
| LAB | lab(17.0 7.2 6.5) |
| LCH | lch(17.0 9.7 42.0) |
| OKLCH | oklch(0.287 0.028 37.0) |
Copy-ready code
/* CSS */
color: #372621;
background-color: #372621;
/* Tailwind (arbitrary) */
class="text-[#372621] bg-[#372621]"
/* SCSS */
$brand: #372621;
/* SwiftUI */
Color(red: 0.216, green: 0.149, blue: 0.129)
/* Android */
Color.parseColor("#372621")Accessibility — WCAG contrast
Aa
#372621 on white: 14.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#372621 on black: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red21.6%
Green14.9%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta30.9%
Yellow40.0%
Key (black)78.4%
Color previews
#372621 text on a black background
contrast 1.46:1
Card sample
#372621 text on a white background
contrast 14.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #372621;
Background color
Panel with #372621 background
background-color: #372621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #372621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(55, 38, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(55, 38, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #372621; background: linear-gradient(135deg, #372621, #373521);