#720607
a deep, electric red · warm · closest name: maroon
RGB
114, 6, 7
HSL
359°, 90%, 24%
CMYK
0, 95, 94, 55
Luminance
0.0372
Every format
| HEX | #720607 |
| RGB | rgb(114, 6, 7) |
| HSL | hsl(359, 90%, 24%) |
| CMYK | cmyk(0%, 95%, 94%, 55%) |
| LAB | lab(22.7 43.0 31.4) |
| LCH | lch(22.7 53.3 36.1) |
| OKLCH | oklch(0.351 0.138 28.1) |
Copy-ready code
/* CSS */
color: #720607;
background-color: #720607;
/* Tailwind (arbitrary) */
class="text-[#720607] bg-[#720607]"
/* SCSS */
$brand: #720607;
/* SwiftUI */
Color(red: 0.447, green: 0.024, blue: 0.027)
/* Android */
Color.parseColor("#720607")Accessibility — WCAG contrast
Aa
#720607 on white: 12.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#720607 on black: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green2.4%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta94.7%
Yellow93.9%
Key (black)55.3%
Color previews
#720607 text on a black background
contrast 1.74:1
Card sample
#720607 text on a white background
contrast 12.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #720607;
Background color
Panel with #720607 background
background-color: #720607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #720607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 6, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 6, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #720607; background: linear-gradient(135deg, #720607, #724D06);