#470a5c
a deep, electric violet · warm · closest name: midnightblue
RGB
71, 10, 92
HSL
285°, 80%, 20%
CMYK
23, 89, 0, 64
Luminance
0.0233
Every format
| HEX | #470a5c |
| RGB | rgb(71, 10, 92) |
| HSL | hsl(285, 80%, 20%) |
| CMYK | cmyk(23%, 89%, 0%, 64%) |
| LAB | lab(17.1 39.9 -34.1) |
| LCH | lch(17.1 52.5 319.5) |
| OKLCH | oklch(0.304 0.136 315.0) |
Copy-ready code
/* CSS */
color: #470a5c;
background-color: #470a5c;
/* Tailwind (arbitrary) */
class="text-[#470a5c] bg-[#470a5c]"
/* SCSS */
$brand: #470a5c;
/* SwiftUI */
Color(red: 0.278, green: 0.039, blue: 0.361)
/* Android */
Color.parseColor("#470a5c")Accessibility — WCAG contrast
Aa
#470a5c on white: 14.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#470a5c on black: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green3.9%
Blue36.1%
CMYK percentages
Cyan22.8%
Magenta89.1%
Yellow0.0%
Key (black)63.9%
Color previews
#470a5c text on a black background
contrast 1.47:1
Card sample
#470a5c text on a white background
contrast 14.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #470a5c;
Background color
Panel with #470a5c background
background-color: #470a5c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #470a5c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 10, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 10, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #470a5c; background: linear-gradient(135deg, #470a5c, #5C0A3A);