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