#500821
a deep, electric magenta / pink · warm · closest name: black
RGB
80, 8, 33
HSL
339°, 82%, 17%
CMYK
0, 90, 59, 69
Luminance
0.0199
Every format
| HEX | #500821 |
| RGB | rgb(80, 8, 33) |
| HSL | hsl(339, 82%, 17%) |
| CMYK | cmyk(0%, 90%, 59%, 69%) |
| LAB | lab(15.4 33.5 4.9) |
| LCH | lch(15.4 33.9 8.3) |
| OKLCH | oklch(0.284 0.103 7.0) |
Copy-ready code
/* CSS */
color: #500821;
background-color: #500821;
/* Tailwind (arbitrary) */
class="text-[#500821] bg-[#500821]"
/* SCSS */
$brand: #500821;
/* SwiftUI */
Color(red: 0.314, green: 0.031, blue: 0.129)
/* Android */
Color.parseColor("#500821")Accessibility — WCAG contrast
Aa
#500821 on white: 15.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#500821 on black: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green3.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta90.0%
Yellow58.8%
Key (black)68.6%
Color previews
#500821 text on a black background
contrast 1.40:1
Card sample
#500821 text on a white background
contrast 15.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #500821;
Background color
Panel with #500821 background
background-color: #500821;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #500821;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 8, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 8, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #500821; background: linear-gradient(135deg, #500821, #501F08);