#471621
a deep, vivid red · warm · closest name: black
RGB
71, 22, 33
HSL
347°, 53%, 18%
CMYK
0, 69, 54, 72
Luminance
0.0202
Every format
| HEX | #471621 |
| RGB | rgb(71, 22, 33) |
| HSL | hsl(347, 53%, 18%) |
| CMYK | cmyk(0%, 69%, 54%, 72%) |
| LAB | lab(15.6 24.5 4.9) |
| LCH | lch(15.6 25.0 11.3) |
| OKLCH | oklch(0.282 0.075 9.6) |
Copy-ready code
/* CSS */
color: #471621;
background-color: #471621;
/* Tailwind (arbitrary) */
class="text-[#471621] bg-[#471621]"
/* SCSS */
$brand: #471621;
/* SwiftUI */
Color(red: 0.278, green: 0.086, blue: 0.129)
/* Android */
Color.parseColor("#471621")Accessibility — WCAG contrast
Aa
#471621 on white: 14.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#471621 on black: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green8.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta69.0%
Yellow53.5%
Key (black)72.2%
Color previews
#471621 text on a black background
contrast 1.40:1
Card sample
#471621 text on a white background
contrast 14.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #471621;
Background color
Panel with #471621 background
background-color: #471621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #471621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 22, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 22, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #471621; background: linear-gradient(135deg, #471621, #472C16);