#801c21
a dark, vivid red · warm · closest name: maroon
RGB
128, 28, 33
HSL
357°, 64%, 31%
CMYK
0, 78, 74, 50
Luminance
0.0553
Every format
| HEX | #801c21 |
| RGB | rgb(128, 28, 33) |
| HSL | hsl(357, 64%, 31%) |
| CMYK | cmyk(0%, 78%, 74%, 50%) |
| LAB | lab(28.2 42.3 23.4) |
| LCH | lch(28.2 48.3 29.0) |
| OKLCH | oklch(0.397 0.135 23.4) |
Copy-ready code
/* CSS */
color: #801c21;
background-color: #801c21;
/* Tailwind (arbitrary) */
class="text-[#801c21] bg-[#801c21]"
/* SCSS */
$brand: #801c21;
/* SwiftUI */
Color(red: 0.502, green: 0.110, blue: 0.129)
/* Android */
Color.parseColor("#801c21")Accessibility — WCAG contrast
Aa
#801c21 on white: 9.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#801c21 on black: 2.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green11.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta78.1%
Yellow74.2%
Key (black)49.8%
Color previews
#801c21 text on a black background
contrast 2.11:1
Card sample
#801c21 text on a white background
contrast 9.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #801c21;
Background color
Panel with #801c21 background
background-color: #801c21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #801c21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 28, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 28, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #801c21; background: linear-gradient(135deg, #801c21, #805A1C);