#471221
a deep, vivid magenta / pink · warm · closest name: black
RGB
71, 18, 33
HSL
343°, 60%, 18%
CMYK
0, 75, 54, 72
Luminance
0.0188
Every format
| HEX | #471221 |
| RGB | rgb(71, 18, 33) |
| HSL | hsl(343, 60%, 18%) |
| CMYK | cmyk(0%, 75%, 54%, 72%) |
| LAB | lab(14.9 26.6 3.8) |
| LCH | lch(14.9 26.8 8.2) |
| OKLCH | oklch(0.277 0.082 7.0) |
Copy-ready code
/* CSS */
color: #471221;
background-color: #471221;
/* Tailwind (arbitrary) */
class="text-[#471221] bg-[#471221]"
/* SCSS */
$brand: #471221;
/* SwiftUI */
Color(red: 0.278, green: 0.071, blue: 0.129)
/* Android */
Color.parseColor("#471221")Accessibility — WCAG contrast
Aa
#471221 on white: 15.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#471221 on black: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green7.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta74.6%
Yellow53.5%
Key (black)72.2%
Color previews
#471221 text on a black background
contrast 1.38:1
Card sample
#471221 text on a white background
contrast 15.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #471221;
Background color
Panel with #471221 background
background-color: #471221;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #471221;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 18, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 18, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #471221; background: linear-gradient(135deg, #471221, #472612);