#a02fef
a balanced, electric violet · warm · closest name: magenta
RGB
160, 47, 239
HSL
275°, 86%, 56%
CMYK
33, 80, 0, 6
Luminance
0.1574
Every format
| HEX | #a02fef |
| RGB | rgb(160, 47, 239) |
| HSL | hsl(275, 86%, 56%) |
| CMYK | cmyk(33%, 80%, 0%, 6%) |
| LAB | lab(46.6 74.5 -74.8) |
| LCH | lch(46.6 105.6 314.9) |
| OKLCH | oklch(0.574 0.263 305.9) |
Copy-ready code
/* CSS */
color: #a02fef;
background-color: #a02fef;
/* Tailwind (arbitrary) */
class="text-[#a02fef] bg-[#a02fef]"
/* SCSS */
$brand: #a02fef;
/* SwiftUI */
Color(red: 0.627, green: 0.184, blue: 0.937)
/* Android */
Color.parseColor("#a02fef")Accessibility — WCAG contrast
Aa
#a02fef on white: 5.06:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a02fef on black: 4.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green18.4%
Blue93.7%
CMYK percentages
Cyan33.1%
Magenta80.3%
Yellow0.0%
Key (black)6.3%
Color previews
#a02fef text on a black background
contrast 4.15:1
Card sample
#a02fef text on a white background
contrast 5.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a02fef;
Background color
Panel with #a02fef background
background-color: #a02fef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a02fef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 47, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 47, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a02fef; background: linear-gradient(135deg, #a02fef, #EF2FBE);