#520fac
a dark, electric violet · warm · closest name: indigo
RGB
82, 15, 172
HSL
266°, 84%, 37%
CMYK
52, 91, 0, 33
Luminance
0.0511
Every format
| HEX | #520fac |
| RGB | rgb(82, 15, 172) |
| HSL | hsl(266, 84%, 37%) |
| CMYK | cmyk(52%, 91%, 0%, 33%) |
| LAB | lab(27.1 58.8 -68.3) |
| LCH | lch(27.1 90.1 310.7) |
| OKLCH | oklch(0.399 0.212 292.2) |
Copy-ready code
/* CSS */
color: #520fac;
background-color: #520fac;
/* Tailwind (arbitrary) */
class="text-[#520fac] bg-[#520fac]"
/* SCSS */
$brand: #520fac;
/* SwiftUI */
Color(red: 0.322, green: 0.059, blue: 0.675)
/* Android */
Color.parseColor("#520fac")Accessibility — WCAG contrast
Aa
#520fac on white: 10.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#520fac on black: 2.02:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green5.9%
Blue67.5%
CMYK percentages
Cyan52.3%
Magenta91.3%
Yellow0.0%
Key (black)32.5%
Color previews
#520fac text on a black background
contrast 2.02:1
Card sample
#520fac text on a white background
contrast 10.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #520fac;
Background color
Panel with #520fac background
background-color: #520fac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #520fac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 15, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 15, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #520fac; background: linear-gradient(135deg, #520fac, #AC0F9E);