#520c8b
a dark, electric violet · warm · closest name: indigo
RGB
82, 12, 139
HSL
273°, 84%, 30%
CMYK
41, 91, 0, 46
Luminance
0.0392
Every format
| HEX | #520c8b |
| RGB | rgb(82, 12, 139) |
| HSL | hsl(273, 84%, 30%) |
| CMYK | cmyk(41%, 91%, 0%, 46%) |
| LAB | lab(23.4 51.7 -54.1) |
| LCH | lch(23.4 74.8 313.7) |
| OKLCH | oklch(0.364 0.182 301.8) |
Copy-ready code
/* CSS */
color: #520c8b;
background-color: #520c8b;
/* Tailwind (arbitrary) */
class="text-[#520c8b] bg-[#520c8b]"
/* SCSS */
$brand: #520c8b;
/* SwiftUI */
Color(red: 0.322, green: 0.047, blue: 0.545)
/* Android */
Color.parseColor("#520c8b")Accessibility — WCAG contrast
Aa
#520c8b on white: 11.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#520c8b on black: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green4.7%
Blue54.5%
CMYK percentages
Cyan41.0%
Magenta91.4%
Yellow0.0%
Key (black)45.5%
Color previews
#520c8b text on a black background
contrast 1.78:1
Card sample
#520c8b text on a white background
contrast 11.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #520c8b;
Background color
Panel with #520c8b background
background-color: #520c8b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #520c8b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 12, 139, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 12, 139, 0.45);
Border & gradient
Gradient panel
border: 3px solid #520c8b; background: linear-gradient(135deg, #520c8b, #8B0C6F);