#520f57
a deep, vivid magenta / pink · warm · closest name: purple
RGB
82, 15, 87
HSL
296°, 71%, 20%
CMYK
6, 83, 0, 66
Luminance
0.0282
Every format
| HEX | #520f57 |
| RGB | rgb(82, 15, 87) |
| HSL | hsl(296, 71%, 20%) |
| CMYK | cmyk(6%, 83%, 0%, 66%) |
| LAB | lab(19.3 39.6 -27.1) |
| LCH | lch(19.3 48.0 325.6) |
| OKLCH | oklch(0.322 0.132 324.9) |
Copy-ready code
/* CSS */
color: #520f57;
background-color: #520f57;
/* Tailwind (arbitrary) */
class="text-[#520f57] bg-[#520f57]"
/* SCSS */
$brand: #520f57;
/* SwiftUI */
Color(red: 0.322, green: 0.059, blue: 0.341)
/* Android */
Color.parseColor("#520f57")Accessibility — WCAG contrast
Aa
#520f57 on white: 13.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#520f57 on black: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green5.9%
Blue34.1%
CMYK percentages
Cyan5.7%
Magenta82.8%
Yellow0.0%
Key (black)65.9%
Color previews
#520f57 text on a black background
contrast 1.56:1
Card sample
#520f57 text on a white background
contrast 13.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #520f57;
Background color
Panel with #520f57 background
background-color: #520f57;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #520f57;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 15, 87, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 15, 87, 0.45);
Border & gradient
Gradient panel
border: 3px solid #520f57; background: linear-gradient(135deg, #520f57, #570F2C);