#a014ff
a balanced, electric violet · warm · closest name: blue
RGB
160, 20, 255
HSL
276°, 100%, 54%
CMYK
37, 92, 0, 0
Luminance
0.1519
Every format
| HEX | #a014ff |
| RGB | rgb(160, 20, 255) |
| HSL | hsl(276, 100%, 54%) |
| CMYK | cmyk(37%, 92%, 0%, 0%) |
| LAB | lab(45.9 83.9 -84.9) |
| LCH | lch(45.9 119.4 314.6) |
| OKLCH | oklch(0.573 0.292 303.7) |
Copy-ready code
/* CSS */
color: #a014ff;
background-color: #a014ff;
/* Tailwind (arbitrary) */
class="text-[#a014ff] bg-[#a014ff]"
/* SCSS */
$brand: #a014ff;
/* SwiftUI */
Color(red: 0.627, green: 0.078, blue: 1.000)
/* Android */
Color.parseColor("#a014ff")Accessibility — WCAG contrast
Aa
#a014ff on white: 5.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a014ff on black: 4.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green7.8%
Blue100.0%
CMYK percentages
Cyan37.3%
Magenta92.2%
Yellow0.0%
Key (black)0.0%
Color previews
#a014ff text on a black background
contrast 4.04:1
Card sample
#a014ff text on a white background
contrast 5.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a014ff;
Background color
Panel with #a014ff background
background-color: #a014ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a014ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 20, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 20, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a014ff; background: linear-gradient(135deg, #a014ff, #FF14C1);