#501521
a deep, vivid red · warm · closest name: black
RGB
80, 21, 33
HSL
348°, 58%, 20%
CMYK
0, 74, 59, 69
Luminance
0.0235
Every format
| HEX | #501521 |
| RGB | rgb(80, 21, 33) |
| HSL | hsl(348, 58%, 20%) |
| CMYK | cmyk(0%, 74%, 59%, 69%) |
| LAB | lab(17.2 28.5 7.4) |
| LCH | lch(17.2 29.4 14.6) |
| OKLCH | oklch(0.298 0.088 12.3) |
Copy-ready code
/* CSS */
color: #501521;
background-color: #501521;
/* Tailwind (arbitrary) */
class="text-[#501521] bg-[#501521]"
/* SCSS */
$brand: #501521;
/* SwiftUI */
Color(red: 0.314, green: 0.082, blue: 0.129)
/* Android */
Color.parseColor("#501521")Accessibility — WCAG contrast
Aa
#501521 on white: 14.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#501521 on black: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green8.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta73.7%
Yellow58.8%
Key (black)68.6%
Color previews
#501521 text on a black background
contrast 1.47:1
Card sample
#501521 text on a white background
contrast 14.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #501521;
Background color
Panel with #501521 background
background-color: #501521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #501521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 21, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 21, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #501521; background: linear-gradient(135deg, #501521, #503015);