#a80f8a
a dark, electric magenta / pink · warm · closest name: purple
RGB
168, 15, 138
HSL
312°, 84%, 36%
CMYK
0, 91, 18, 34
Luminance
0.1050
Every format
| HEX | #a80f8a |
| RGB | rgb(168, 15, 138) |
| HSL | hsl(312, 84%, 36%) |
| CMYK | cmyk(0%, 91%, 18%, 34%) |
| LAB | lab(38.7 65.9 -28.1) |
| LCH | lch(38.7 71.6 336.9) |
| OKLCH | oklch(0.500 0.211 338.8) |
Copy-ready code
/* CSS */
color: #a80f8a;
background-color: #a80f8a;
/* Tailwind (arbitrary) */
class="text-[#a80f8a] bg-[#a80f8a]"
/* SCSS */
$brand: #a80f8a;
/* SwiftUI */
Color(red: 0.659, green: 0.059, blue: 0.541)
/* Android */
Color.parseColor("#a80f8a")Accessibility — WCAG contrast
Aa
#a80f8a on white: 6.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a80f8a on black: 3.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green5.9%
Blue54.1%
CMYK percentages
Cyan0.0%
Magenta91.1%
Yellow17.9%
Key (black)34.1%
Color previews
#a80f8a text on a black background
contrast 3.10:1
Card sample
#a80f8a text on a white background
contrast 6.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a80f8a;
Background color
Panel with #a80f8a background
background-color: #a80f8a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a80f8a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 15, 138, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 15, 138, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a80f8a; background: linear-gradient(135deg, #a80f8a, #A80F24);