#472829
a deep, soft red · warm · closest name: black
RGB
71, 40, 41
HSL
358°, 28%, 22%
CMYK
0, 44, 42, 72
Luminance
0.0302
Every format
| HEX | #472829 |
| RGB | rgb(71, 40, 41) |
| HSL | hsl(358, 28%, 22%) |
| CMYK | cmyk(0%, 44%, 42%, 72%) |
| LAB | lab(20.1 14.7 5.6) |
| LCH | lch(20.1 15.7 20.8) |
| OKLCH | oklch(0.317 0.047 18.0) |
Copy-ready code
/* CSS */
color: #472829;
background-color: #472829;
/* Tailwind (arbitrary) */
class="text-[#472829] bg-[#472829]"
/* SCSS */
$brand: #472829;
/* SwiftUI */
Color(red: 0.278, green: 0.157, blue: 0.161)
/* Android */
Color.parseColor("#472829")Accessibility — WCAG contrast
Aa
#472829 on white: 13.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#472829 on black: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green15.7%
Blue16.1%
CMYK percentages
Cyan0.0%
Magenta43.7%
Yellow42.3%
Key (black)72.2%
Color previews
#472829 text on a black background
contrast 1.60:1
Card sample
#472829 text on a white background
contrast 13.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #472829;
Background color
Panel with #472829 background
background-color: #472829;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #472829;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 40, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 40, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #472829; background: linear-gradient(135deg, #472829, #473C28);