#72005b
a deep, electric magenta / pink · warm · closest name: purple
RGB
114, 0, 91
HSL
312°, 100%, 22%
CMYK
0, 100, 20, 55
Luminance
0.0433
Every format
| HEX | #72005b |
| RGB | rgb(114, 0, 91) |
| HSL | hsl(312, 100%, 22%) |
| CMYK | cmyk(0%, 100%, 20%, 55%) |
| LAB | lab(24.8 50.8 -20.8) |
| LCH | lch(24.8 54.9 337.8) |
| OKLCH | oklch(0.373 0.162 339.7) |
Copy-ready code
/* CSS */
color: #72005b;
background-color: #72005b;
/* Tailwind (arbitrary) */
class="text-[#72005b] bg-[#72005b]"
/* SCSS */
$brand: #72005b;
/* SwiftUI */
Color(red: 0.447, green: 0.000, blue: 0.357)
/* Android */
Color.parseColor("#72005b")Accessibility — WCAG contrast
Aa
#72005b on white: 11.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#72005b on black: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green0.0%
Blue35.7%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow20.2%
Key (black)55.3%
Color previews
#72005b text on a black background
contrast 1.87:1
Card sample
#72005b text on a white background
contrast 11.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #72005b;
Background color
Panel with #72005b background
background-color: #72005b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #72005b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 0, 91, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 0, 91, 0.45);
Border & gradient
Gradient panel
border: 3px solid #72005b; background: linear-gradient(135deg, #72005b, #72000F);