#722021
a dark, vivid red · warm · closest name: maroon
RGB
114, 32, 33
HSL
359°, 56%, 29%
CMYK
0, 72, 71, 55
Luminance
0.0472
Every format
| HEX | #722021 |
| RGB | rgb(114, 32, 33) |
| HSL | hsl(359, 56%, 29%) |
| CMYK | cmyk(0%, 72%, 71%, 55%) |
| LAB | lab(25.9 35.9 20.0) |
| LCH | lch(25.9 41.1 29.1) |
| OKLCH | oklch(0.375 0.115 24.0) |
Copy-ready code
/* CSS */
color: #722021;
background-color: #722021;
/* Tailwind (arbitrary) */
class="text-[#722021] bg-[#722021]"
/* SCSS */
$brand: #722021;
/* SwiftUI */
Color(red: 0.447, green: 0.125, blue: 0.129)
/* Android */
Color.parseColor("#722021")Accessibility — WCAG contrast
Aa
#722021 on white: 10.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#722021 on black: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green12.5%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta71.9%
Yellow71.1%
Key (black)55.3%
Color previews
#722021 text on a black background
contrast 1.94:1
Card sample
#722021 text on a white background
contrast 10.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #722021;
Background color
Panel with #722021 background
background-color: #722021;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #722021;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 32, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 32, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #722021; background: linear-gradient(135deg, #722021, #725620);