#470029
a deep, electric magenta / pink · warm · closest name: black
RGB
71, 0, 41
HSL
325°, 100%, 14%
CMYK
0, 100, 42, 72
Luminance
0.0150
Every format
| HEX | #470029 |
| RGB | rgb(71, 0, 41) |
| HSL | hsl(325, 100%, 14%) |
| CMYK | cmyk(0%, 100%, 42%, 72%) |
| LAB | lab(12.6 34.7 -5.4) |
| LCH | lch(12.6 35.1 351.2) |
| OKLCH | oklch(0.261 0.108 352.6) |
Copy-ready code
/* CSS */
color: #470029;
background-color: #470029;
/* Tailwind (arbitrary) */
class="text-[#470029] bg-[#470029]"
/* SCSS */
$brand: #470029;
/* SwiftUI */
Color(red: 0.278, green: 0.000, blue: 0.161)
/* Android */
Color.parseColor("#470029")Accessibility — WCAG contrast
Aa
#470029 on white: 16.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#470029 on black: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green0.0%
Blue16.1%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow42.3%
Key (black)72.2%
Color previews
#470029 text on a black background
contrast 1.30:1
Card sample
#470029 text on a white background
contrast 16.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #470029;
Background color
Panel with #470029 background
background-color: #470029;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #470029;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 0, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 0, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #470029; background: linear-gradient(135deg, #470029, #470600);