#800049
a dark, electric magenta / pink · warm · closest name: purple
RGB
128, 0, 73
HSL
326°, 100%, 25%
CMYK
0, 100, 43, 50
Luminance
0.0507
Every format
| HEX | #800049 |
| RGB | rgb(128, 0, 73) |
| HSL | hsl(326, 100%, 25%) |
| CMYK | cmyk(0%, 100%, 43%, 50%) |
| LAB | lab(26.9 51.8 -5.1) |
| LCH | lch(26.9 52.0 354.4) |
| OKLCH | oklch(0.392 0.161 355.4) |
Copy-ready code
/* CSS */
color: #800049;
background-color: #800049;
/* Tailwind (arbitrary) */
class="text-[#800049] bg-[#800049]"
/* SCSS */
$brand: #800049;
/* SwiftUI */
Color(red: 0.502, green: 0.000, blue: 0.286)
/* Android */
Color.parseColor("#800049")Accessibility — WCAG contrast
Aa
#800049 on white: 10.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#800049 on black: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green0.0%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow43.0%
Key (black)49.8%
Color previews
#800049 text on a black background
contrast 2.01:1
Card sample
#800049 text on a white background
contrast 10.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #800049;
Background color
Panel with #800049 background
background-color: #800049;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #800049;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 0, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 0, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #800049; background: linear-gradient(135deg, #800049, #800C00);