#472721
a deep, soft red · warm · closest name: black
RGB
71, 39, 33
HSL
10°, 37%, 20%
CMYK
0, 45, 54, 72
Luminance
0.0290
Every format
| HEX | #472721 |
| RGB | rgb(71, 39, 33) |
| HSL | hsl(10, 37%, 20%) |
| CMYK | cmyk(0%, 45%, 54%, 72%) |
| LAB | lab(19.6 14.3 10.4) |
| LCH | lch(19.6 17.7 36.1) |
| OKLCH | oklch(0.313 0.050 31.4) |
Copy-ready code
/* CSS */
color: #472721;
background-color: #472721;
/* Tailwind (arbitrary) */
class="text-[#472721] bg-[#472721]"
/* SCSS */
$brand: #472721;
/* SwiftUI */
Color(red: 0.278, green: 0.153, blue: 0.129)
/* Android */
Color.parseColor("#472721")Accessibility — WCAG contrast
Aa
#472721 on white: 13.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#472721 on black: 1.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green15.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta45.1%
Yellow53.5%
Key (black)72.2%
Color previews
#472721 text on a black background
contrast 1.58:1
Card sample
#472721 text on a white background
contrast 13.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #472721;
Background color
Panel with #472721 background
background-color: #472721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #472721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 39, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 39, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #472721; background: linear-gradient(135deg, #472721, #474021);