#72004b
a deep, electric magenta / pink · warm · closest name: purple
RGB
114, 0, 75
HSL
321°, 100%, 22%
CMYK
0, 100, 34, 55
Luminance
0.0409
Every format
| HEX | #72004b |
| RGB | rgb(114, 0, 75) |
| HSL | hsl(321, 100%, 22%) |
| CMYK | cmyk(0%, 100%, 34%, 55%) |
| LAB | lab(24.0 48.8 -11.3) |
| LCH | lch(24.0 50.1 347.0) |
| OKLCH | oklch(0.365 0.153 348.8) |
Copy-ready code
/* CSS */
color: #72004b;
background-color: #72004b;
/* Tailwind (arbitrary) */
class="text-[#72004b] bg-[#72004b]"
/* SCSS */
$brand: #72004b;
/* SwiftUI */
Color(red: 0.447, green: 0.000, blue: 0.294)
/* Android */
Color.parseColor("#72004b")Accessibility — WCAG contrast
Aa
#72004b on white: 11.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#72004b on black: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green0.0%
Blue29.4%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow34.2%
Key (black)55.3%
Color previews
#72004b text on a black background
contrast 1.82:1
Card sample
#72004b text on a white background
contrast 11.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72004b;
Background color
Panel with #72004b background
background-color: #72004b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72004b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 0, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 0, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72004b; background: linear-gradient(135deg, #72004b, #720100);