#520a7a
a dark, electric violet · warm · closest name: indigo
RGB
82, 10, 122
HSL
279°, 85%, 26%
CMYK
33, 92, 0, 52
Luminance
0.0342
Every format
| HEX | #520a7a |
| RGB | rgb(82, 10, 122) |
| HSL | hsl(279, 85%, 26%) |
| CMYK | cmyk(33%, 92%, 0%, 52%) |
| LAB | lab(21.6 48.3 -46.3) |
| LCH | lch(21.6 66.9 316.3) |
| OKLCH | oklch(0.347 0.167 308.1) |
Copy-ready code
/* CSS */
color: #520a7a;
background-color: #520a7a;
/* Tailwind (arbitrary) */
class="text-[#520a7a] bg-[#520a7a]"
/* SCSS */
$brand: #520a7a;
/* SwiftUI */
Color(red: 0.322, green: 0.039, blue: 0.478)
/* Android */
Color.parseColor("#520a7a")Accessibility — WCAG contrast
Aa
#520a7a on white: 12.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#520a7a on black: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green3.9%
Blue47.8%
CMYK percentages
Cyan32.8%
Magenta91.8%
Yellow0.0%
Key (black)52.2%
Color previews
#520a7a text on a black background
contrast 1.68:1
Card sample
#520a7a text on a white background
contrast 12.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #520a7a;
Background color
Panel with #520a7a background
background-color: #520a7a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #520a7a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 10, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 10, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #520a7a; background: linear-gradient(135deg, #520a7a, #7A0A57);