#720f39
a dark, electric magenta / pink · warm · closest name: maroon
RGB
114, 15, 57
HSL
335°, 77%, 25%
CMYK
0, 87, 50, 55
Luminance
0.0421
Every format
| HEX | #720f39 |
| RGB | rgb(114, 15, 57) |
| HSL | hsl(335, 77%, 25%) |
| CMYK | cmyk(0%, 87%, 50%, 55%) |
| LAB | lab(24.4 43.7 1.6) |
| LCH | lch(24.4 43.8 2.2) |
| OKLCH | oklch(0.366 0.134 2.0) |
Copy-ready code
/* CSS */
color: #720f39;
background-color: #720f39;
/* Tailwind (arbitrary) */
class="text-[#720f39] bg-[#720f39]"
/* SCSS */
$brand: #720f39;
/* SwiftUI */
Color(red: 0.447, green: 0.059, blue: 0.224)
/* Android */
Color.parseColor("#720f39")Accessibility — WCAG contrast
Aa
#720f39 on white: 11.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#720f39 on black: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green5.9%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta86.8%
Yellow50.0%
Key (black)55.3%
Color previews
#720f39 text on a black background
contrast 1.84:1
Card sample
#720f39 text on a white background
contrast 11.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #720f39;
Background color
Panel with #720f39 background
background-color: #720f39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #720f39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 15, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 15, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #720f39; background: linear-gradient(135deg, #720f39, #72270F);