#501021
a deep, vivid magenta / pink · warm · closest name: black
RGB
80, 16, 33
HSL
344°, 67%, 19%
CMYK
0, 80, 59, 69
Luminance
0.0219
Every format
| HEX | #501021 |
| RGB | rgb(80, 16, 33) |
| HSL | hsl(344, 67%, 19%) |
| CMYK | cmyk(0%, 80%, 59%, 69%) |
| LAB | lab(16.4 30.7 6.3) |
| LCH | lch(16.4 31.3 11.6) |
| OKLCH | oklch(0.292 0.095 9.8) |
Copy-ready code
/* CSS */
color: #501021;
background-color: #501021;
/* Tailwind (arbitrary) */
class="text-[#501021] bg-[#501021]"
/* SCSS */
$brand: #501021;
/* SwiftUI */
Color(red: 0.314, green: 0.063, blue: 0.129)
/* Android */
Color.parseColor("#501021")Accessibility — WCAG contrast
Aa
#501021 on white: 14.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#501021 on black: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green6.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta80.0%
Yellow58.8%
Key (black)68.6%
Color previews
#501021 text on a black background
contrast 1.44:1
Card sample
#501021 text on a white background
contrast 14.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #501021;
Background color
Panel with #501021 background
background-color: #501021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #501021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 16, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 16, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #501021; background: linear-gradient(135deg, #501021, #502A10);