#a012d6
a balanced, electric violet · warm · closest name: magenta
RGB
160, 18, 214
HSL
284°, 85%, 46%
CMYK
25, 92, 0, 16
Luminance
0.1276
Every format
| HEX | #a012d6 |
| RGB | rgb(160, 18, 214) |
| HSL | hsl(284, 85%, 46%) |
| CMYK | cmyk(25%, 92%, 0%, 16%) |
| LAB | lab(42.4 76.3 -67.4) |
| LCH | lch(42.4 101.8 318.6) |
| OKLCH | oklch(0.539 0.260 312.7) |
Copy-ready code
/* CSS */
color: #a012d6;
background-color: #a012d6;
/* Tailwind (arbitrary) */
class="text-[#a012d6] bg-[#a012d6]"
/* SCSS */
$brand: #a012d6;
/* SwiftUI */
Color(red: 0.627, green: 0.071, blue: 0.839)
/* Android */
Color.parseColor("#a012d6")Accessibility — WCAG contrast
Aa
#a012d6 on white: 5.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a012d6 on black: 3.55:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green7.1%
Blue83.9%
CMYK percentages
Cyan25.2%
Magenta91.6%
Yellow0.0%
Key (black)16.1%
Color previews
#a012d6 text on a black background
contrast 3.55:1
Card sample
#a012d6 text on a white background
contrast 5.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a012d6;
Background color
Panel with #a012d6 background
background-color: #a012d6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a012d6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 18, 214, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 18, 214, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a012d6; background: linear-gradient(135deg, #a012d6, #D61289);