#a10fe2
a balanced, electric violet · warm · closest name: magenta
RGB
161, 15, 226
HSL
282°, 88%, 47%
CMYK
29, 93, 0, 11
Luminance
0.1341
Every format
| HEX | #a10fe2 |
| RGB | rgb(161, 15, 226) |
| HSL | hsl(282, 88%, 47%) |
| CMYK | cmyk(29%, 93%, 0%, 11%) |
| LAB | lab(43.4 79.1 -72.7) |
| LCH | lch(43.4 107.4 317.4) |
| OKLCH | oklch(0.549 0.271 310.3) |
Copy-ready code
/* CSS */
color: #a10fe2;
background-color: #a10fe2;
/* Tailwind (arbitrary) */
class="text-[#a10fe2] bg-[#a10fe2]"
/* SCSS */
$brand: #a10fe2;
/* SwiftUI */
Color(red: 0.631, green: 0.059, blue: 0.886)
/* Android */
Color.parseColor("#a10fe2")Accessibility — WCAG contrast
Aa
#a10fe2 on white: 5.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a10fe2 on black: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.1%
Green5.9%
Blue88.6%
CMYK percentages
Cyan28.8%
Magenta93.4%
Yellow0.0%
Key (black)11.4%
Color previews
#a10fe2 text on a black background
contrast 3.68:1
Card sample
#a10fe2 text on a white background
contrast 5.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a10fe2;
Background color
Panel with #a10fe2 background
background-color: #a10fe2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a10fe2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(161, 15, 226, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(161, 15, 226, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a10fe2; background: linear-gradient(135deg, #a10fe2, #E20F97);