#721521
a dark, vivid red · warm · closest name: maroon
RGB
114, 21, 33
HSL
352°, 69%, 27%
CMYK
0, 82, 71, 55
Luminance
0.0422
Every format
| HEX | #721521 |
| RGB | rgb(114, 21, 33) |
| HSL | hsl(352, 69%, 27%) |
| CMYK | cmyk(0%, 82%, 71%, 55%) |
| LAB | lab(24.4 40.1 18.1) |
| LCH | lch(24.4 44.1 24.3) |
| OKLCH | oklch(0.364 0.126 19.7) |
Copy-ready code
/* CSS */
color: #721521;
background-color: #721521;
/* Tailwind (arbitrary) */
class="text-[#721521] bg-[#721521]"
/* SCSS */
$brand: #721521;
/* SwiftUI */
Color(red: 0.447, green: 0.082, blue: 0.129)
/* Android */
Color.parseColor("#721521")Accessibility — WCAG contrast
Aa
#721521 on white: 11.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#721521 on black: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green8.2%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta81.6%
Yellow71.1%
Key (black)55.3%
Color previews
#721521 text on a black background
contrast 1.84:1
Card sample
#721521 text on a white background
contrast 11.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #721521;
Background color
Panel with #721521 background
background-color: #721521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #721521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 21, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 21, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #721521; background: linear-gradient(135deg, #721521, #724715);