#801721
a dark, vivid red · warm · closest name: maroon
RGB
128, 23, 33
HSL
354°, 70%, 30%
CMYK
0, 82, 74, 50
Luminance
0.0531
Every format
| HEX | #801721 |
| RGB | rgb(128, 23, 33) |
| HSL | hsl(354, 70%, 30%) |
| CMYK | cmyk(0%, 82%, 74%, 50%) |
| LAB | lab(27.6 43.9 22.7) |
| LCH | lch(27.6 49.5 27.4) |
| OKLCH | oklch(0.393 0.139 22.0) |
Copy-ready code
/* CSS */
color: #801721;
background-color: #801721;
/* Tailwind (arbitrary) */
class="text-[#801721] bg-[#801721]"
/* SCSS */
$brand: #801721;
/* SwiftUI */
Color(red: 0.502, green: 0.090, blue: 0.129)
/* Android */
Color.parseColor("#801721")Accessibility — WCAG contrast
Aa
#801721 on white: 10.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#801721 on black: 2.06:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green9.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta82.0%
Yellow74.2%
Key (black)49.8%
Color previews
#801721 text on a black background
contrast 2.06:1
Card sample
#801721 text on a white background
contrast 10.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #801721;
Background color
Panel with #801721 background
background-color: #801721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #801721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 23, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 23, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #801721; background: linear-gradient(135deg, #801721, #805317);