#a80fb7
a dark, electric magenta / pink · warm · closest name: purple
RGB
168, 15, 183
HSL
295°, 85%, 39%
CMYK
8, 92, 0, 28
Luminance
0.1209
Every format
| HEX | #a80fb7 |
| RGB | rgb(168, 15, 183) |
| HSL | hsl(295, 85%, 39%) |
| CMYK | cmyk(8%, 92%, 0%, 28%) |
| LAB | lab(41.4 72.6 -51.0) |
| LCH | lch(41.4 88.7 324.9) |
| OKLCH | oklch(0.527 0.241 323.7) |
Copy-ready code
/* CSS */
color: #a80fb7;
background-color: #a80fb7;
/* Tailwind (arbitrary) */
class="text-[#a80fb7] bg-[#a80fb7]"
/* SCSS */
$brand: #a80fb7;
/* SwiftUI */
Color(red: 0.659, green: 0.059, blue: 0.718)
/* Android */
Color.parseColor("#a80fb7")Accessibility — WCAG contrast
Aa
#a80fb7 on white: 6.15:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a80fb7 on black: 3.42:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green5.9%
Blue71.8%
CMYK percentages
Cyan8.2%
Magenta91.8%
Yellow0.0%
Key (black)28.2%
Color previews
#a80fb7 text on a black background
contrast 3.42:1
Card sample
#a80fb7 text on a white background
contrast 6.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a80fb7;
Background color
Panel with #a80fb7 background
background-color: #a80fb7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a80fb7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 15, 183, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 15, 183, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a80fb7; background: linear-gradient(135deg, #a80fb7, #B70F56);