#500ade
a balanced, electric violet · warm · closest name: blue
RGB
80, 10, 222
HSL
260°, 91%, 46%
CMYK
64, 96, 0, 13
Luminance
0.0720
Every format
| HEX | #500ade |
| RGB | rgb(80, 10, 222) |
| HSL | hsl(260, 91%, 46%) |
| CMYK | cmyk(64%, 96%, 0%, 13%) |
| LAB | lab(32.3 71.5 -89.1) |
| LCH | lch(32.3 114.3 308.7) |
| OKLCH | oklch(0.450 0.263 282.3) |
Copy-ready code
/* CSS */
color: #500ade;
background-color: #500ade;
/* Tailwind (arbitrary) */
class="text-[#500ade] bg-[#500ade]"
/* SCSS */
$brand: #500ade;
/* SwiftUI */
Color(red: 0.314, green: 0.039, blue: 0.871)
/* Android */
Color.parseColor("#500ade")Accessibility — WCAG contrast
Aa
#500ade on white: 8.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#500ade on black: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green3.9%
Blue87.1%
CMYK percentages
Cyan64.0%
Magenta95.5%
Yellow0.0%
Key (black)12.9%
Color previews
#500ade text on a black background
contrast 2.44:1
Card sample
#500ade text on a white background
contrast 8.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #500ade;
Background color
Panel with #500ade background
background-color: #500ade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #500ade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 10, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 10, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #500ade; background: linear-gradient(135deg, #500ade, #DD0ADE);