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