#a02eee
a balanced, electric violet · warm · closest name: magenta
RGB
160, 46, 238
HSL
276°, 85%, 56%
CMYK
33, 81, 0, 7
Luminance
0.1560
Every format
| HEX | #a02eee |
| RGB | rgb(160, 46, 238) |
| HSL | hsl(276, 85%, 56%) |
| CMYK | cmyk(33%, 81%, 0%, 7%) |
| LAB | lab(46.5 74.7 -74.5) |
| LCH | lch(46.5 105.5 315.1) |
| OKLCH | oklch(0.573 0.263 306.2) |
Copy-ready code
/* CSS */
color: #a02eee;
background-color: #a02eee;
/* Tailwind (arbitrary) */
class="text-[#a02eee] bg-[#a02eee]"
/* SCSS */
$brand: #a02eee;
/* SwiftUI */
Color(red: 0.627, green: 0.180, blue: 0.933)
/* Android */
Color.parseColor("#a02eee")Accessibility — WCAG contrast
Aa
#a02eee on white: 5.10:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a02eee on black: 4.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green18.0%
Blue93.3%
CMYK percentages
Cyan32.8%
Magenta80.7%
Yellow0.0%
Key (black)6.7%
Color previews
#a02eee text on a black background
contrast 4.12:1
Card sample
#a02eee text on a white background
contrast 5.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a02eee;
Background color
Panel with #a02eee background
background-color: #a02eee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a02eee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 46, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 46, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a02eee; background: linear-gradient(135deg, #a02eee, #EE2EBC);