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