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