#800983
a dark, electric magenta / pink · warm · “purple”
RGB
128, 9, 131
HSL
299°, 87%, 28%
CMYK
2, 93, 0, 49
Luminance
0.0642
Every format
| HEX | #800983 |
| RGB | rgb(128, 9, 131) |
| HSL | hsl(299, 87%, 28%) |
| CMYK | cmyk(2%, 93%, 0%, 49%) |
| LAB | lab(30.5 58.0 -37.3) |
| LCH | lch(30.5 69.0 327.3) |
| OKLCH | oklch(0.426 0.191 327.1) |
Copy-ready code
/* CSS */
color: #800983;
background-color: #800983;
/* Tailwind (arbitrary) */
class="text-[#800983] bg-[#800983]"
/* SCSS */
$brand: #800983;
/* SwiftUI */
Color(red: 0.502, green: 0.035, blue: 0.514)
/* Android */
Color.parseColor("#800983")Accessibility — WCAG contrast
Aa
#800983 on white: 9.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#800983 on black: 2.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green3.5%
Blue51.4%
CMYK percentages
Cyan2.3%
Magenta93.1%
Yellow0.0%
Key (black)48.6%
Color previews
#800983 text on a black background
contrast 2.28:1
Card sample
#800983 text on a white background
contrast 9.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #800983;
Background color
Panel with #800983 background
background-color: #800983;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #800983;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 9, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 9, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #800983; background: linear-gradient(135deg, #800983, #830935);