#520c98
a dark, electric violet · warm · closest name: indigo
RGB
82, 12, 152
HSL
270°, 85%, 32%
CMYK
46, 92, 0, 40
Luminance
0.0432
Every format
| HEX | #520c98 |
| RGB | rgb(82, 12, 152) |
| HSL | hsl(270, 85%, 32%) |
| CMYK | cmyk(46%, 92%, 0%, 40%) |
| LAB | lab(24.7 54.7 -60.0) |
| LCH | lch(24.7 81.2 312.4) |
| OKLCH | oklch(0.377 0.194 297.7) |
Copy-ready code
/* CSS */
color: #520c98;
background-color: #520c98;
/* Tailwind (arbitrary) */
class="text-[#520c98] bg-[#520c98]"
/* SCSS */
$brand: #520c98;
/* SwiftUI */
Color(red: 0.322, green: 0.047, blue: 0.596)
/* Android */
Color.parseColor("#520c98")Accessibility — WCAG contrast
Aa
#520c98 on white: 11.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#520c98 on black: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green4.7%
Blue59.6%
CMYK percentages
Cyan46.1%
Magenta92.1%
Yellow0.0%
Key (black)40.4%
Color previews
#520c98 text on a black background
contrast 1.86:1
Card sample
#520c98 text on a white background
contrast 11.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #520c98;
Background color
Panel with #520c98 background
background-color: #520c98;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #520c98;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 12, 152, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 12, 152, 0.45);
Border & gradient
Gradient panel
border: 3px solid #520c98; background: linear-gradient(135deg, #520c98, #980C81);