#720c2f
a deep, electric magenta / pink · warm · closest name: maroon
RGB
114, 12, 47
HSL
339°, 81%, 25%
CMYK
0, 90, 59, 55
Luminance
0.0405
Every format
| HEX | #720c2f |
| RGB | rgb(114, 12, 47) |
| HSL | hsl(339, 81%, 25%) |
| CMYK | cmyk(0%, 90%, 59%, 55%) |
| LAB | lab(23.8 43.6 7.8) |
| LCH | lch(23.8 44.3 10.1) |
| OKLCH | oklch(0.361 0.134 8.5) |
Copy-ready code
/* CSS */
color: #720c2f;
background-color: #720c2f;
/* Tailwind (arbitrary) */
class="text-[#720c2f] bg-[#720c2f]"
/* SCSS */
$brand: #720c2f;
/* SwiftUI */
Color(red: 0.447, green: 0.047, blue: 0.184)
/* Android */
Color.parseColor("#720c2f")Accessibility — WCAG contrast
Aa
#720c2f on white: 11.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#720c2f on black: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green4.7%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta89.5%
Yellow58.8%
Key (black)55.3%
Color previews
#720c2f text on a black background
contrast 1.81:1
Card sample
#720c2f text on a white background
contrast 11.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #720c2f;
Background color
Panel with #720c2f background
background-color: #720c2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #720c2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 12, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 12, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #720c2f; background: linear-gradient(135deg, #720c2f, #722D0C);