#720401
a deep, electric red · warm · closest name: maroon
RGB
114, 4, 1
HSL
2°, 98%, 23%
CMYK
0, 97, 99, 55
Luminance
0.0367
Every format
| HEX | #720401 |
| RGB | rgb(114, 4, 1) |
| HSL | hsl(2, 98%, 23%) |
| CMYK | cmyk(0%, 97%, 99%, 55%) |
| LAB | lab(22.5 43.4 33.6) |
| LCH | lch(22.5 54.8 37.8) |
| OKLCH | oklch(0.349 0.140 29.6) |
Copy-ready code
/* CSS */
color: #720401;
background-color: #720401;
/* Tailwind (arbitrary) */
class="text-[#720401] bg-[#720401]"
/* SCSS */
$brand: #720401;
/* SwiftUI */
Color(red: 0.447, green: 0.016, blue: 0.004)
/* Android */
Color.parseColor("#720401")Accessibility — WCAG contrast
Aa
#720401 on white: 12.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#720401 on black: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green1.6%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta96.5%
Yellow99.1%
Key (black)55.3%
Color previews
#720401 text on a black background
contrast 1.73:1
Card sample
#720401 text on a white background
contrast 12.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #720401;
Background color
Panel with #720401 background
background-color: #720401;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #720401;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 4, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 4, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #720401; background: linear-gradient(135deg, #720401, #724F01);