#501034
a deep, vivid magenta / pink · warm · closest name: black
RGB
80, 16, 52
HSL
326°, 67%, 19%
CMYK
0, 80, 35, 69
Luminance
0.0232
Every format
| HEX | #501034 |
| RGB | rgb(80, 16, 52) |
| HSL | hsl(326, 67%, 19%) |
| CMYK | cmyk(0%, 80%, 35%, 69%) |
| LAB | lab(17.1 32.9 -6.4) |
| LCH | lch(17.1 33.5 349.0) |
| OKLCH | oklch(0.299 0.102 350.6) |
Copy-ready code
/* CSS */
color: #501034;
background-color: #501034;
/* Tailwind (arbitrary) */
class="text-[#501034] bg-[#501034]"
/* SCSS */
$brand: #501034;
/* SwiftUI */
Color(red: 0.314, green: 0.063, blue: 0.204)
/* Android */
Color.parseColor("#501034")Accessibility — WCAG contrast
Aa
#501034 on white: 14.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#501034 on black: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.4%
Green6.3%
Blue20.4%
CMYK percentages
Cyan0.0%
Magenta80.0%
Yellow35.0%
Key (black)68.6%
Color previews
#501034 text on a black background
contrast 1.46:1
Card sample
#501034 text on a white background
contrast 14.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #501034;
Background color
Panel with #501034 background
background-color: #501034;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #501034;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(80, 16, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(80, 16, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #501034; background: linear-gradient(135deg, #501034, #501710);