#472221
a deep, soft red · warm · closest name: black
RGB
71, 34, 33
HSL
2°, 37%, 20%
CMYK
0, 52, 54, 72
Luminance
0.0259
Every format
| HEX | #472221 |
| RGB | rgb(71, 34, 33) |
| HSL | hsl(2, 37%, 20%) |
| CMYK | cmyk(0%, 52%, 54%, 72%) |
| LAB | lab(18.3 17.5 8.7) |
| LCH | lch(18.3 19.5 26.4) |
| OKLCH | oklch(0.303 0.057 22.6) |
Copy-ready code
/* CSS */
color: #472221;
background-color: #472221;
/* Tailwind (arbitrary) */
class="text-[#472221] bg-[#472221]"
/* SCSS */
$brand: #472221;
/* SwiftUI */
Color(red: 0.278, green: 0.133, blue: 0.129)
/* Android */
Color.parseColor("#472221")Accessibility — WCAG contrast
Aa
#472221 on white: 13.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#472221 on black: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green13.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta52.1%
Yellow53.5%
Key (black)72.2%
Color previews
#472221 text on a black background
contrast 1.52:1
Card sample
#472221 text on a white background
contrast 13.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #472221;
Background color
Panel with #472221 background
background-color: #472221;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #472221;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 34, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 34, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #472221; background: linear-gradient(135deg, #472221, #473B21);