#520ebe
a dark, electric violet · warm · closest name: navy
RGB
82, 14, 190
HSL
263°, 86%, 40%
CMYK
57, 93, 0, 26
Luminance
0.0583
Every format
| HEX | #520ebe |
| RGB | rgb(82, 14, 190) |
| HSL | hsl(263, 86%, 40%) |
| CMYK | cmyk(57%, 93%, 0%, 26%) |
| LAB | lab(29.0 63.3 -75.9) |
| LCH | lch(29.0 98.8 309.8) |
| OKLCH | oklch(0.418 0.230 288.4) |
Copy-ready code
/* CSS */
color: #520ebe;
background-color: #520ebe;
/* Tailwind (arbitrary) */
class="text-[#520ebe] bg-[#520ebe]"
/* SCSS */
$brand: #520ebe;
/* SwiftUI */
Color(red: 0.322, green: 0.055, blue: 0.745)
/* Android */
Color.parseColor("#520ebe")Accessibility — WCAG contrast
Aa
#520ebe on white: 9.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#520ebe on black: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green5.5%
Blue74.5%
CMYK percentages
Cyan56.8%
Magenta92.6%
Yellow0.0%
Key (black)25.5%
Color previews
#520ebe text on a black background
contrast 2.17:1
Card sample
#520ebe text on a white background
contrast 9.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #520ebe;
Background color
Panel with #520ebe background
background-color: #520ebe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #520ebe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 14, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 14, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #520ebe; background: linear-gradient(135deg, #520ebe, #BE0EB5);