#80098c
a dark, electric magenta / pink · warm · closest name: purple
RGB
128, 9, 140
HSL
295°, 88%, 29%
CMYK
9, 94, 0, 45
Luminance
0.0668
Every format
| HEX | #80098c |
| RGB | rgb(128, 9, 140) |
| HSL | hsl(295, 88%, 29%) |
| CMYK | cmyk(9%, 94%, 0%, 45%) |
| LAB | lab(31.1 59.5 -41.9) |
| LCH | lch(31.1 72.8 324.8) |
| OKLCH | oklch(0.432 0.198 323.6) |
Copy-ready code
/* CSS */
color: #80098c;
background-color: #80098c;
/* Tailwind (arbitrary) */
class="text-[#80098c] bg-[#80098c]"
/* SCSS */
$brand: #80098c;
/* SwiftUI */
Color(red: 0.502, green: 0.035, blue: 0.549)
/* Android */
Color.parseColor("#80098c")Accessibility — WCAG contrast
Aa
#80098c on white: 8.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#80098c on black: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red50.2%
Green3.5%
Blue54.9%
CMYK percentages
Cyan8.6%
Magenta93.6%
Yellow0.0%
Key (black)45.1%
Color previews
#80098c text on a black background
contrast 2.34:1
Card sample
#80098c text on a white background
contrast 8.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #80098c;
Background color
Panel with #80098c background
background-color: #80098c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #80098c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(128, 9, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(128, 9, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #80098c; background: linear-gradient(135deg, #80098c, #8C0941);