#501421
a deep, vivid red · warm · closest name: black
RGB
80, 20, 33
HSL
347°, 60%, 20%
CMYK
0, 75, 59, 69
Luminance
0.0232
Every format
| HEX | #501421 |
| RGB | rgb(80, 20, 33) |
| HSL | hsl(347, 60%, 20%) |
| CMYK | cmyk(0%, 75%, 59%, 69%) |
| LAB | lab(17.1 28.9 7.2) |
| LCH | lch(17.1 29.8 13.9) |
| OKLCH | oklch(0.296 0.089 11.7) |
Copy-ready code
/* CSS */
color: #501421;
background-color: #501421;
/* Tailwind (arbitrary) */
class="text-[#501421] bg-[#501421]"
/* SCSS */
$brand: #501421;
/* SwiftUI */
Color(red: 0.314, green: 0.078, blue: 0.129)
/* Android */
Color.parseColor("#501421")Accessibility — WCAG contrast
Aa
#501421 on white: 14.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#501421 on black: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green7.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta75.0%
Yellow58.8%
Key (black)68.6%
Color previews
#501421 text on a black background
contrast 1.46:1
Card sample
#501421 text on a white background
contrast 14.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #501421;
Background color
Panel with #501421 background
background-color: #501421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #501421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 20, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 20, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #501421; background: linear-gradient(135deg, #501421, #502F14);