#a811ff
a balanced, electric violet · warm · closest name: magenta
RGB
168, 17, 255
HSL
278°, 100%, 53%
CMYK
34, 93, 0, 0
Luminance
0.1595
Every format
| HEX | #a811ff |
| RGB | rgb(168, 17, 255) |
| HSL | hsl(278, 100%, 53%) |
| CMYK | cmyk(34%, 93%, 0%, 0%) |
| LAB | lab(46.9 85.2 -83.2) |
| LCH | lch(46.9 119.1 315.7) |
| OKLCH | oklch(0.582 0.294 306.2) |
Copy-ready code
/* CSS */
color: #a811ff;
background-color: #a811ff;
/* Tailwind (arbitrary) */
class="text-[#a811ff] bg-[#a811ff]"
/* SCSS */
$brand: #a811ff;
/* SwiftUI */
Color(red: 0.659, green: 0.067, blue: 1.000)
/* Android */
Color.parseColor("#a811ff")Accessibility — WCAG contrast
Aa
#a811ff on white: 5.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a811ff on black: 4.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green6.7%
Blue100.0%
CMYK percentages
Cyan34.1%
Magenta93.3%
Yellow0.0%
Key (black)0.0%
Color previews
#a811ff text on a black background
contrast 4.19:1
Card sample
#a811ff text on a white background
contrast 5.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a811ff;
Background color
Panel with #a811ff background
background-color: #a811ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a811ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 17, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 17, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a811ff; background: linear-gradient(135deg, #a811ff, #FF11B7);