#50073c
a deep, electric magenta / pink · warm · closest name: purple
RGB
80, 7, 60
HSL
316°, 84%, 17%
CMYK
0, 91, 25, 69
Luminance
0.0218
Every format
| HEX | #50073c |
| RGB | rgb(80, 7, 60) |
| HSL | hsl(316, 84%, 17%) |
| CMYK | cmyk(0%, 91%, 25%, 69%) |
| LAB | lab(16.4 37.0 -13.1) |
| LCH | lch(16.4 39.3 340.5) |
| OKLCH | oklch(0.295 0.117 342.5) |
Copy-ready code
/* CSS */
color: #50073c;
background-color: #50073c;
/* Tailwind (arbitrary) */
class="text-[#50073c] bg-[#50073c]"
/* SCSS */
$brand: #50073c;
/* SwiftUI */
Color(red: 0.314, green: 0.027, blue: 0.235)
/* Android */
Color.parseColor("#50073c")Accessibility — WCAG contrast
Aa
#50073c on white: 14.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#50073c on black: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green2.7%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta91.3%
Yellow25.0%
Key (black)68.6%
Color previews
#50073c text on a black background
contrast 1.44:1
Card sample
#50073c text on a white background
contrast 14.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #50073c;
Background color
Panel with #50073c background
background-color: #50073c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #50073c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 7, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 7, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #50073c; background: linear-gradient(135deg, #50073c, #50070B);