#a010cf
a dark, electric violet · warm · closest name: magenta
RGB
160, 16, 207
HSL
285°, 86%, 44%
CMYK
23, 92, 0, 19
Luminance
0.1235
Every format
| HEX | #a010cf |
| RGB | rgb(160, 16, 207) |
| HSL | hsl(285, 86%, 44%) |
| CMYK | cmyk(23%, 92%, 0%, 19%) |
| LAB | lab(41.8 75.3 -64.4) |
| LCH | lch(41.8 99.1 319.5) |
| OKLCH | oklch(0.533 0.256 314.5) |
Copy-ready code
/* CSS */
color: #a010cf;
background-color: #a010cf;
/* Tailwind (arbitrary) */
class="text-[#a010cf] bg-[#a010cf]"
/* SCSS */
$brand: #a010cf;
/* SwiftUI */
Color(red: 0.627, green: 0.063, blue: 0.812)
/* Android */
Color.parseColor("#a010cf")Accessibility — WCAG contrast
Aa
#a010cf on white: 6.05:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a010cf on black: 3.47:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green6.3%
Blue81.2%
CMYK percentages
Cyan22.7%
Magenta92.3%
Yellow0.0%
Key (black)18.8%
Color previews
#a010cf text on a black background
contrast 3.47:1
Card sample
#a010cf text on a white background
contrast 6.05:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a010cf;
Background color
Panel with #a010cf background
background-color: #a010cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a010cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 16, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 16, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a010cf; background: linear-gradient(135deg, #a010cf, #CF107F);