#470430
a deep, electric magenta / pink · warm · closest name: black
RGB
71, 4, 48
HSL
321°, 89%, 15%
CMYK
0, 94, 32, 72
Luminance
0.0164
Every format
| HEX | #470430 |
| RGB | rgb(71, 4, 48) |
| HSL | hsl(321, 89%, 15%) |
| CMYK | cmyk(0%, 94%, 32%, 72%) |
| LAB | lab(13.5 34.0 -9.2) |
| LCH | lch(13.5 35.2 344.8) |
| OKLCH | oklch(0.268 0.107 346.8) |
Copy-ready code
/* CSS */
color: #470430;
background-color: #470430;
/* Tailwind (arbitrary) */
class="text-[#470430] bg-[#470430]"
/* SCSS */
$brand: #470430;
/* SwiftUI */
Color(red: 0.278, green: 0.016, blue: 0.188)
/* Android */
Color.parseColor("#470430")Accessibility — WCAG contrast
Aa
#470430 on white: 15.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#470430 on black: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green1.6%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta94.4%
Yellow32.4%
Key (black)72.2%
Color previews
#470430 text on a black background
contrast 1.33:1
Card sample
#470430 text on a white background
contrast 15.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #470430;
Background color
Panel with #470430 background
background-color: #470430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #470430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 4, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 4, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #470430; background: linear-gradient(135deg, #470430, #470504);