#722421
a dark, vivid red · warm · closest name: maroon
RGB
114, 36, 33
HSL
2°, 55%, 29%
CMYK
0, 68, 71, 55
Luminance
0.0495
Every format
| HEX | #722421 |
| RGB | rgb(114, 36, 33) |
| HSL | hsl(2, 55%, 29%) |
| CMYK | cmyk(0%, 68%, 71%, 55%) |
| LAB | lab(26.6 34.1 20.8) |
| LCH | lch(26.6 40.0 31.4) |
| OKLCH | oklch(0.380 0.111 26.0) |
Copy-ready code
/* CSS */
color: #722421;
background-color: #722421;
/* Tailwind (arbitrary) */
class="text-[#722421] bg-[#722421]"
/* SCSS */
$brand: #722421;
/* SwiftUI */
Color(red: 0.447, green: 0.141, blue: 0.129)
/* Android */
Color.parseColor("#722421")Accessibility — WCAG contrast
Aa
#722421 on white: 10.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#722421 on black: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green14.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta68.4%
Yellow71.1%
Key (black)55.3%
Color previews
#722421 text on a black background
contrast 1.99:1
Card sample
#722421 text on a white background
contrast 10.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #722421;
Background color
Panel with #722421 background
background-color: #722421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #722421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 36, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 36, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #722421; background: linear-gradient(135deg, #722421, #725A21);