#801921
a dark, vivid red · warm · closest name: maroon
RGB
128, 25, 33
HSL
355°, 67%, 30%
CMYK
0, 81, 74, 50
Luminance
0.0539
Every format
| HEX | #801921 |
| RGB | rgb(128, 25, 33) |
| HSL | hsl(355, 67%, 30%) |
| CMYK | cmyk(0%, 81%, 74%, 50%) |
| LAB | lab(27.8 43.3 23.0) |
| LCH | lch(27.8 49.0 28.0) |
| OKLCH | oklch(0.395 0.137 22.5) |
Copy-ready code
/* CSS */
color: #801921;
background-color: #801921;
/* Tailwind (arbitrary) */
class="text-[#801921] bg-[#801921]"
/* SCSS */
$brand: #801921;
/* SwiftUI */
Color(red: 0.502, green: 0.098, blue: 0.129)
/* Android */
Color.parseColor("#801921")Accessibility — WCAG contrast
Aa
#801921 on white: 10.10:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#801921 on black: 2.08:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green9.8%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta80.5%
Yellow74.2%
Key (black)49.8%
Color previews
#801921 text on a black background
contrast 2.08:1
Card sample
#801921 text on a white background
contrast 10.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #801921;
Background color
Panel with #801921 background
background-color: #801921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #801921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 25, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 25, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #801921; background: linear-gradient(135deg, #801921, #805619);