#721221
a dark, vivid red · warm · closest name: maroon
RGB
114, 18, 33
HSL
351°, 73%, 26%
CMYK
0, 84, 71, 55
Luminance
0.0412
Every format
| HEX | #721221 |
| RGB | rgb(114, 18, 33) |
| HSL | hsl(351, 73%, 26%) |
| CMYK | cmyk(0%, 84%, 71%, 55%) |
| LAB | lab(24.1 41.1 17.7) |
| LCH | lch(24.1 44.8 23.3) |
| OKLCH | oklch(0.361 0.129 18.9) |
Copy-ready code
/* CSS */
color: #721221;
background-color: #721221;
/* Tailwind (arbitrary) */
class="text-[#721221] bg-[#721221]"
/* SCSS */
$brand: #721221;
/* SwiftUI */
Color(red: 0.447, green: 0.071, blue: 0.129)
/* Android */
Color.parseColor("#721221")Accessibility — WCAG contrast
Aa
#721221 on white: 11.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#721221 on black: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green7.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta84.2%
Yellow71.1%
Key (black)55.3%
Color previews
#721221 text on a black background
contrast 1.82:1
Card sample
#721221 text on a white background
contrast 11.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #721221;
Background color
Panel with #721221 background
background-color: #721221;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #721221;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 18, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 18, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #721221; background: linear-gradient(135deg, #721221, #724312);