#800984
a dark, electric magenta / pink · warm · “purple”
RGB
128, 9, 132
HSL
298°, 87%, 28%
CMYK
3, 93, 0, 48
Luminance
0.0645
Every format
| HEX | #800984 |
| RGB | rgb(128, 9, 132) |
| HSL | hsl(298, 87%, 28%) |
| CMYK | cmyk(3%, 93%, 0%, 48%) |
| LAB | lab(30.5 58.2 -37.8) |
| LCH | lch(30.5 69.4 327.0) |
| OKLCH | oklch(0.427 0.192 326.7) |
Copy-ready code
/* CSS */
color: #800984;
background-color: #800984;
/* Tailwind (arbitrary) */
class="text-[#800984] bg-[#800984]"
/* SCSS */
$brand: #800984;
/* SwiftUI */
Color(red: 0.502, green: 0.035, blue: 0.518)
/* Android */
Color.parseColor("#800984")Accessibility — WCAG contrast
Aa
#800984 on white: 9.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#800984 on black: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green3.5%
Blue51.8%
CMYK percentages
Cyan3.0%
Magenta93.2%
Yellow0.0%
Key (black)48.2%
Color previews
#800984 text on a black background
contrast 2.29:1
Card sample
#800984 text on a white background
contrast 9.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #800984;
Background color
Panel with #800984 background
background-color: #800984;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #800984;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 9, 132, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 9, 132, 0.45);
Border & gradient
Gradient panel
border: 3px solid #800984; background: linear-gradient(135deg, #800984, #840936);