#72002b
a deep, electric magenta / pink · warm · closest name: maroon
RGB
114, 0, 43
HSL
337°, 100%, 22%
CMYK
0, 100, 62, 55
Luminance
0.0375
Every format
| HEX | #72002b |
| RGB | rgb(114, 0, 43) |
| HSL | hsl(337, 100%, 22%) |
| CMYK | cmyk(0%, 100%, 62%, 55%) |
| LAB | lab(22.8 45.9 9.2) |
| LCH | lch(22.8 46.8 11.4) |
| OKLCH | oklch(0.353 0.141 9.4) |
Copy-ready code
/* CSS */
color: #72002b;
background-color: #72002b;
/* Tailwind (arbitrary) */
class="text-[#72002b] bg-[#72002b]"
/* SCSS */
$brand: #72002b;
/* SwiftUI */
Color(red: 0.447, green: 0.000, blue: 0.169)
/* Android */
Color.parseColor("#72002b")Accessibility — WCAG contrast
Aa
#72002b on white: 12.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#72002b on black: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green0.0%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow62.3%
Key (black)55.3%
Color previews
#72002b text on a black background
contrast 1.75:1
Card sample
#72002b text on a white background
contrast 12.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72002b;
Background color
Panel with #72002b background
background-color: #72002b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72002b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 0, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 0, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72002b; background: linear-gradient(135deg, #72002b, #722100);