#470a52
a deep, electric magenta / pink · warm · closest name: midnightblue
RGB
71, 10, 82
HSL
291°, 78%, 18%
CMYK
13, 88, 0, 68
Luminance
0.0217
Every format
| HEX | #470a52 |
| RGB | rgb(71, 10, 82) |
| HSL | hsl(291, 78%, 18%) |
| CMYK | cmyk(13%, 88%, 0%, 68%) |
| LAB | lab(16.3 37.8 -28.6) |
| LCH | lch(16.3 47.4 322.9) |
| OKLCH | oklch(0.296 0.127 320.8) |
Copy-ready code
/* CSS */
color: #470a52;
background-color: #470a52;
/* Tailwind (arbitrary) */
class="text-[#470a52] bg-[#470a52]"
/* SCSS */
$brand: #470a52;
/* SwiftUI */
Color(red: 0.278, green: 0.039, blue: 0.322)
/* Android */
Color.parseColor("#470a52")Accessibility — WCAG contrast
Aa
#470a52 on white: 14.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#470a52 on black: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green3.9%
Blue32.2%
CMYK percentages
Cyan13.4%
Magenta87.8%
Yellow0.0%
Key (black)67.8%
Color previews
#470a52 text on a black background
contrast 1.43:1
Card sample
#470a52 text on a white background
contrast 14.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #470a52;
Background color
Panel with #470a52 background
background-color: #470a52;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #470a52;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 10, 82, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 10, 82, 0.45);
Border & gradient
Gradient panel
border: 3px solid #470a52; background: linear-gradient(135deg, #470a52, #520A2D);