#720480
a dark, electric magenta / pink · warm · closest name: purple
RGB
114, 4, 128
HSL
293°, 94%, 26%
CMYK
11, 97, 0, 50
Luminance
0.0522
Every format
| HEX | #720480 |
| RGB | rgb(114, 4, 128) |
| HSL | hsl(293, 94%, 26%) |
| CMYK | cmyk(11%, 97%, 0%, 50%) |
| LAB | lab(27.4 55.9 -40.5) |
| LCH | lch(27.4 69.0 324.0) |
| OKLCH | oklch(0.399 0.186 322.3) |
Copy-ready code
/* CSS */
color: #720480;
background-color: #720480;
/* Tailwind (arbitrary) */
class="text-[#720480] bg-[#720480]"
/* SCSS */
$brand: #720480;
/* SwiftUI */
Color(red: 0.447, green: 0.016, blue: 0.502)
/* Android */
Color.parseColor("#720480")Accessibility — WCAG contrast
Aa
#720480 on white: 10.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#720480 on black: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red44.7%
Green1.6%
Blue50.2%
CMYK percentages
Cyan10.9%
Magenta96.9%
Yellow0.0%
Key (black)49.8%
Color previews
#720480 text on a black background
contrast 2.04:1
Card sample
#720480 text on a white background
contrast 10.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #720480;
Background color
Panel with #720480 background
background-color: #720480;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #720480;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(114, 4, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(114, 4, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #720480; background: linear-gradient(135deg, #720480, #80043B);