#472921
a deep, soft red · warm · closest name: black
RGB
71, 41, 33
HSL
13°, 37%, 20%
CMYK
0, 42, 54, 72
Luminance
0.0304
Every format
| HEX | #472921 |
| RGB | rgb(71, 41, 33) |
| HSL | hsl(13, 37%, 20%) |
| CMYK | cmyk(0%, 42%, 54%, 72%) |
| LAB | lab(20.2 13.0 11.2) |
| LCH | lch(20.2 17.1 40.7) |
| OKLCH | oklch(0.317 0.048 35.7) |
Copy-ready code
/* CSS */
color: #472921;
background-color: #472921;
/* Tailwind (arbitrary) */
class="text-[#472921] bg-[#472921]"
/* SCSS */
$brand: #472921;
/* SwiftUI */
Color(red: 0.278, green: 0.161, blue: 0.129)
/* Android */
Color.parseColor("#472921")Accessibility — WCAG contrast
Aa
#472921 on white: 13.07:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#472921 on black: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green16.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta42.3%
Yellow53.5%
Key (black)72.2%
Color previews
#472921 text on a black background
contrast 1.61:1
Card sample
#472921 text on a white background
contrast 13.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #472921;
Background color
Panel with #472921 background
background-color: #472921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #472921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 41, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 41, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #472921; background: linear-gradient(135deg, #472921, #474221);