#520a3d
a deep, electric magenta / pink · warm · closest name: purple
RGB
82, 10, 61
HSL
318°, 78%, 18%
CMYK
0, 88, 26, 68
Luminance
0.0235
Every format
| HEX | #520a3d |
| RGB | rgb(82, 10, 61) |
| HSL | hsl(318, 78%, 18%) |
| CMYK | cmyk(0%, 88%, 26%, 68%) |
| LAB | lab(17.2 36.8 -12.6) |
| LCH | lch(17.2 38.9 341.2) |
| OKLCH | oklch(0.302 0.116 343.1) |
Copy-ready code
/* CSS */
color: #520a3d;
background-color: #520a3d;
/* Tailwind (arbitrary) */
class="text-[#520a3d] bg-[#520a3d]"
/* SCSS */
$brand: #520a3d;
/* SwiftUI */
Color(red: 0.322, green: 0.039, blue: 0.239)
/* Android */
Color.parseColor("#520a3d")Accessibility — WCAG contrast
Aa
#520a3d on white: 14.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#520a3d on black: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green3.9%
Blue23.9%
CMYK percentages
Cyan0.0%
Magenta87.8%
Yellow25.6%
Key (black)67.8%
Color previews
#520a3d text on a black background
contrast 1.47:1
Card sample
#520a3d text on a white background
contrast 14.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #520a3d;
Background color
Panel with #520a3d background
background-color: #520a3d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #520a3d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 10, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 10, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #520a3d; background: linear-gradient(135deg, #520a3d, #520A0D);