#470021
a deep, electric magenta / pink · warm · closest name: black
RGB
71, 0, 33
HSL
332°, 100%, 14%
CMYK
0, 100, 54, 72
Luminance
0.0145
Every format
| HEX | #470021 |
| RGB | rgb(71, 0, 33) |
| HSL | hsl(332, 100%, 14%) |
| CMYK | cmyk(0%, 100%, 54%, 72%) |
| LAB | lab(12.3 33.8 0.1) |
| LCH | lch(12.3 33.8 0.2) |
| OKLCH | oklch(0.258 0.104 0.4) |
Copy-ready code
/* CSS */
color: #470021;
background-color: #470021;
/* Tailwind (arbitrary) */
class="text-[#470021] bg-[#470021]"
/* SCSS */
$brand: #470021;
/* SwiftUI */
Color(red: 0.278, green: 0.000, blue: 0.129)
/* Android */
Color.parseColor("#470021")Accessibility — WCAG contrast
Aa
#470021 on white: 16.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#470021 on black: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green0.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow53.5%
Key (black)72.2%
Color previews
#470021 text on a black background
contrast 1.29:1
Card sample
#470021 text on a white background
contrast 16.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #470021;
Background color
Panel with #470021 background
background-color: #470021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #470021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 0, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 0, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #470021; background: linear-gradient(135deg, #470021, #470E00);