#471824
a deep, vivid magenta / pink · warm · closest name: black
RGB
71, 24, 36
HSL
345°, 50%, 19%
CMYK
0, 66, 49, 72
Luminance
0.0212
Every format
| HEX | #471824 |
| RGB | rgb(71, 24, 36) |
| HSL | hsl(345, 50%, 19%) |
| CMYK | cmyk(0%, 66%, 49%, 72%) |
| LAB | lab(16.1 23.8 3.4) |
| LCH | lch(16.1 24.0 8.2) |
| OKLCH | oklch(0.286 0.073 7.1) |
Copy-ready code
/* CSS */
color: #471824;
background-color: #471824;
/* Tailwind (arbitrary) */
class="text-[#471824] bg-[#471824]"
/* SCSS */
$brand: #471824;
/* SwiftUI */
Color(red: 0.278, green: 0.094, blue: 0.141)
/* Android */
Color.parseColor("#471824")Accessibility — WCAG contrast
Aa
#471824 on white: 14.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#471824 on black: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green9.4%
Blue14.1%
CMYK percentages
Cyan0.0%
Magenta66.2%
Yellow49.3%
Key (black)72.2%
Color previews
#471824 text on a black background
contrast 1.42:1
Card sample
#471824 text on a white background
contrast 14.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #471824;
Background color
Panel with #471824 background
background-color: #471824;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #471824;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 24, 36, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 24, 36, 0.45);
Border & gradient
Gradient panel
border: 3px solid #471824; background: linear-gradient(135deg, #471824, #472B18);