#a71eee
a balanced, electric violet · warm · closest name: magenta
RGB
167, 30, 238
HSL
280°, 86%, 53%
CMYK
30, 87, 0, 7
Luminance
0.1532
Every format
| HEX | #a71eee |
| RGB | rgb(167, 30, 238) |
| HSL | hsl(280, 86%, 53%) |
| CMYK | cmyk(30%, 87%, 0%, 7%) |
| LAB | lab(46.1 79.7 -75.1) |
| LCH | lch(46.1 109.5 316.7) |
| OKLCH | oklch(0.572 0.275 309.1) |
Copy-ready code
/* CSS */
color: #a71eee;
background-color: #a71eee;
/* Tailwind (arbitrary) */
class="text-[#a71eee] bg-[#a71eee]"
/* SCSS */
$brand: #a71eee;
/* SwiftUI */
Color(red: 0.655, green: 0.118, blue: 0.933)
/* Android */
Color.parseColor("#a71eee")Accessibility — WCAG contrast
Aa
#a71eee on white: 5.17:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a71eee on black: 4.06:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green11.8%
Blue93.3%
CMYK percentages
Cyan29.8%
Magenta87.4%
Yellow0.0%
Key (black)6.7%
Color previews
#a71eee text on a black background
contrast 4.06:1
Card sample
#a71eee text on a white background
contrast 5.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a71eee;
Background color
Panel with #a71eee background
background-color: #a71eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a71eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 30, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 30, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a71eee; background: linear-gradient(135deg, #a71eee, #EE1EAA);