#520921
a deep, electric magenta / pink · warm · closest name: maroon
RGB
82, 9, 33
HSL
340°, 80%, 18%
CMYK
0, 89, 60, 68
Luminance
0.0210
Every format
| HEX | #520921 |
| RGB | rgb(82, 9, 33) |
| HSL | hsl(340, 80%, 18%) |
| CMYK | cmyk(0%, 89%, 60%, 68%) |
| LAB | lab(16.0 33.8 5.8) |
| LCH | lch(16.0 34.3 9.7) |
| OKLCH | oklch(0.289 0.104 8.1) |
Copy-ready code
/* CSS */
color: #520921;
background-color: #520921;
/* Tailwind (arbitrary) */
class="text-[#520921] bg-[#520921]"
/* SCSS */
$brand: #520921;
/* SwiftUI */
Color(red: 0.322, green: 0.035, blue: 0.129)
/* Android */
Color.parseColor("#520921")Accessibility — WCAG contrast
Aa
#520921 on white: 14.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#520921 on black: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.2%
Green3.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta89.0%
Yellow59.8%
Key (black)67.8%
Color previews
#520921 text on a black background
contrast 1.42:1
Card sample
#520921 text on a white background
contrast 14.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #520921;
Background color
Panel with #520921 background
background-color: #520921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #520921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(82, 9, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(82, 9, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #520921; background: linear-gradient(135deg, #520921, #522209);