#520dfd
a balanced, electric violet · warm · closest name: blue
RGB
82, 13, 253
HSL
257°, 98%, 52%
CMYK
68, 95, 0, 1
Luminance
0.0917
Every format
| HEX | #520dfd |
| RGB | rgb(82, 13, 253) |
| HSL | hsl(257, 98%, 52%) |
| CMYK | cmyk(68%, 95%, 0%, 1%) |
| LAB | lab(36.3 78.4 -99.9) |
| LCH | lch(36.3 127.0 308.1) |
| OKLCH | oklch(0.488 0.292 279.0) |
Copy-ready code
/* CSS */
color: #520dfd;
background-color: #520dfd;
/* Tailwind (arbitrary) */
class="text-[#520dfd] bg-[#520dfd]"
/* SCSS */
$brand: #520dfd;
/* SwiftUI */
Color(red: 0.322, green: 0.051, blue: 0.992)
/* Android */
Color.parseColor("#520dfd")Accessibility — WCAG contrast
Aa
#520dfd on white: 7.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#520dfd on black: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green5.1%
Blue99.2%
CMYK percentages
Cyan67.6%
Magenta94.9%
Yellow0.0%
Key (black)0.8%
Color previews
#520dfd text on a black background
contrast 2.83:1
Card sample
#520dfd text on a white background
contrast 7.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #520dfd;
Background color
Panel with #520dfd background
background-color: #520dfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #520dfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 13, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 13, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #520dfd; background: linear-gradient(135deg, #520dfd, #F20DFD);