#721f13
a dark, vivid red · warm · closest name: maroon
RGB
114, 31, 19
HSL
8°, 71%, 26%
CMYK
0, 73, 83, 55
Luminance
0.0460
Every format
| HEX | #721f13 |
| RGB | rgb(114, 31, 19) |
| HSL | hsl(8, 71%, 26%) |
| CMYK | cmyk(0%, 73%, 83%, 55%) |
| LAB | lab(25.6 35.7 28.4) |
| LCH | lch(25.6 45.6 38.5) |
| OKLCH | oklch(0.372 0.118 31.2) |
Copy-ready code
/* CSS */
color: #721f13;
background-color: #721f13;
/* Tailwind (arbitrary) */
class="text-[#721f13] bg-[#721f13]"
/* SCSS */
$brand: #721f13;
/* SwiftUI */
Color(red: 0.447, green: 0.122, blue: 0.075)
/* Android */
Color.parseColor("#721f13")Accessibility — WCAG contrast
Aa
#721f13 on white: 10.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#721f13 on black: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green12.2%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta72.8%
Yellow83.3%
Key (black)55.3%
Color previews
#721f13 text on a black background
contrast 1.92:1
Card sample
#721f13 text on a white background
contrast 10.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #721f13;
Background color
Panel with #721f13 background
background-color: #721f13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #721f13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 31, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 31, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #721f13; background: linear-gradient(135deg, #721f13, #725E13);