#a80dfb
a balanced, electric violet · warm · closest name: magenta
RGB
168, 13, 251
HSL
279°, 97%, 52%
CMYK
33, 95, 0, 2
Luminance
0.1558
Every format
| HEX | #a80dfb |
| RGB | rgb(168, 13, 251) |
| HSL | hsl(279, 97%, 52%) |
| CMYK | cmyk(33%, 95%, 0%, 2%) |
| LAB | lab(46.4 84.9 -81.8) |
| LCH | lch(46.4 117.9 316.1) |
| OKLCH | oklch(0.578 0.292 307.1) |
Copy-ready code
/* CSS */
color: #a80dfb;
background-color: #a80dfb;
/* Tailwind (arbitrary) */
class="text-[#a80dfb] bg-[#a80dfb]"
/* SCSS */
$brand: #a80dfb;
/* SwiftUI */
Color(red: 0.659, green: 0.051, blue: 0.984)
/* Android */
Color.parseColor("#a80dfb")Accessibility — WCAG contrast
Aa
#a80dfb on white: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a80dfb on black: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green5.1%
Blue98.4%
CMYK percentages
Cyan33.1%
Magenta94.8%
Yellow0.0%
Key (black)1.6%
Color previews
#a80dfb text on a black background
contrast 4.12:1
Card sample
#a80dfb text on a white background
contrast 5.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a80dfb;
Background color
Panel with #a80dfb background
background-color: #a80dfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a80dfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 13, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 13, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a80dfb; background: linear-gradient(135deg, #a80dfb, #FB0DAF);