#470047
a deep, electric magenta / pink · warm · closest name: midnightblue
RGB
71, 0, 71
HSL
300°, 100%, 14%
CMYK
0, 100, 0, 72
Luminance
0.0179
Every format
| HEX | #470047 |
| RGB | rgb(71, 0, 71) |
| HSL | hsl(300, 100%, 14%) |
| CMYK | cmyk(0%, 100%, 0%, 72%) |
| LAB | lab(14.4 39.1 -24.2) |
| LCH | lch(14.4 46.0 328.2) |
| OKLCH | oklch(0.279 0.128 328.4) |
Copy-ready code
/* CSS */
color: #470047;
background-color: #470047;
/* Tailwind (arbitrary) */
class="text-[#470047] bg-[#470047]"
/* SCSS */
$brand: #470047;
/* SwiftUI */
Color(red: 0.278, green: 0.000, blue: 0.278)
/* Android */
Color.parseColor("#470047")Accessibility — WCAG contrast
Aa
#470047 on white: 15.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#470047 on black: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green0.0%
Blue27.8%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow0.0%
Key (black)72.2%
Color previews
#470047 text on a black background
contrast 1.36:1
Card sample
#470047 text on a white background
contrast 15.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #470047;
Background color
Panel with #470047 background
background-color: #470047;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #470047;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 0, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 0, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #470047; background: linear-gradient(135deg, #470047, #470018);