#800981
a dark, electric magenta / pink · warm · “purple”
RGB
128, 9, 129
HSL
300°, 87%, 27%
CMYK
1, 93, 0, 49
Luminance
0.0637
Every format
| HEX | #800981 |
| RGB | rgb(128, 9, 129) |
| HSL | hsl(300, 87%, 27%) |
| CMYK | cmyk(1%, 93%, 0%, 49%) |
| LAB | lab(30.3 57.7 -36.3) |
| LCH | lch(30.3 68.1 327.8) |
| OKLCH | oklch(0.425 0.190 327.9) |
Copy-ready code
/* CSS */
color: #800981;
background-color: #800981;
/* Tailwind (arbitrary) */
class="text-[#800981] bg-[#800981]"
/* SCSS */
$brand: #800981;
/* SwiftUI */
Color(red: 0.502, green: 0.035, blue: 0.506)
/* Android */
Color.parseColor("#800981")Accessibility — WCAG contrast
Aa
#800981 on white: 9.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#800981 on black: 2.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green3.5%
Blue50.6%
CMYK percentages
Cyan0.8%
Magenta93.0%
Yellow0.0%
Key (black)49.4%
Color previews
#800981 text on a black background
contrast 2.27:1
Card sample
#800981 text on a white background
contrast 9.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #800981;
Background color
Panel with #800981 background
background-color: #800981;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #800981;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 9, 129, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 9, 129, 0.45);
Border & gradient
Gradient panel
border: 3px solid #800981; background: linear-gradient(135deg, #800981, #810932);