#470083
a dark, electric violet · warm · “indigo”
RGB
71, 0, 131
HSL
273°, 100%, 26%
CMYK
46, 100, 0, 49
Luminance
0.0298
Every format
| HEX | #470083 |
| RGB | rgb(71, 0, 131) |
| HSL | hsl(273, 100%, 26%) |
| CMYK | cmyk(46%, 100%, 0%, 49%) |
| LAB | lab(20.0 51.5 -54.8) |
| LCH | lch(20.0 75.2 313.2) |
| OKLCH | oklch(0.335 0.180 299.0) |
Copy-ready code
/* CSS */
color: #470083;
background-color: #470083;
/* Tailwind (arbitrary) */
class="text-[#470083] bg-[#470083]"
/* SCSS */
$brand: #470083;
/* SwiftUI */
Color(red: 0.278, green: 0.000, blue: 0.514)
/* Android */
Color.parseColor("#470083")Accessibility — WCAG contrast
Aa
#470083 on white: 13.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#470083 on black: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red27.8%
Green0.0%
Blue51.4%
CMYK percentages
Cyan45.8%
Magenta100.0%
Yellow0.0%
Key (black)48.6%
Color previews
#470083 text on a black background
contrast 1.60:1
Card sample
#470083 text on a white background
contrast 13.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #470083;
Background color
Panel with #470083 background
background-color: #470083;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #470083;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(71, 0, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(71, 0, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #470083; background: linear-gradient(135deg, #470083, #830068);