#502221
a deep, soft red · warm · closest name: black
RGB
80, 34, 33
HSL
1°, 42%, 22%
CMYK
0, 58, 59, 69
Luminance
0.0296
Every format
| HEX | #502221 |
| RGB | rgb(80, 34, 33) |
| HSL | hsl(1, 42%, 22%) |
| CMYK | cmyk(0%, 58%, 59%, 69%) |
| LAB | lab(19.9 21.5 11.0) |
| LCH | lch(19.9 24.1 27.1) |
| OKLCH | oklch(0.318 0.070 23.1) |
Copy-ready code
/* CSS */
color: #502221;
background-color: #502221;
/* Tailwind (arbitrary) */
class="text-[#502221] bg-[#502221]"
/* SCSS */
$brand: #502221;
/* SwiftUI */
Color(red: 0.314, green: 0.133, blue: 0.129)
/* Android */
Color.parseColor("#502221")Accessibility — WCAG contrast
Aa
#502221 on white: 13.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#502221 on black: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green13.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta57.5%
Yellow58.8%
Key (black)68.6%
Color previews
#502221 text on a black background
contrast 1.59:1
Card sample
#502221 text on a white background
contrast 13.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #502221;
Background color
Panel with #502221 background
background-color: #502221;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #502221;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 34, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 34, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #502221; background: linear-gradient(135deg, #502221, #504121);