#471a21
a deep, vivid red · warm · closest name: black
RGB
71, 26, 33
HSL
351°, 46%, 19%
CMYK
0, 63, 54, 72
Luminance
0.0219
Every format
| HEX | #471a21 |
| RGB | rgb(71, 26, 33) |
| HSL | hsl(351, 46%, 19%) |
| CMYK | cmyk(0%, 63%, 54%, 72%) |
| LAB | lab(16.4 22.3 6.0) |
| LCH | lch(16.4 23.1 15.2) |
| OKLCH | oklch(0.288 0.069 12.9) |
Copy-ready code
/* CSS */
color: #471a21;
background-color: #471a21;
/* Tailwind (arbitrary) */
class="text-[#471a21] bg-[#471a21]"
/* SCSS */
$brand: #471a21;
/* SwiftUI */
Color(red: 0.278, green: 0.102, blue: 0.129)
/* Android */
Color.parseColor("#471a21")Accessibility — WCAG contrast
Aa
#471a21 on white: 14.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#471a21 on black: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green10.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta63.4%
Yellow53.5%
Key (black)72.2%
Color previews
#471a21 text on a black background
contrast 1.44:1
Card sample
#471a21 text on a white background
contrast 14.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #471a21;
Background color
Panel with #471a21 background
background-color: #471a21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #471a21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 26, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 26, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #471a21; background: linear-gradient(135deg, #471a21, #47311A);