#a033eb
a balanced, electric violet · warm · closest name: magenta
RGB
160, 51, 235
HSL
276°, 82%, 56%
CMYK
32, 78, 0, 8
Luminance
0.1584
Every format
| HEX | #a033eb |
| RGB | rgb(160, 51, 235) |
| HSL | hsl(276, 82%, 56%) |
| CMYK | cmyk(32%, 78%, 0%, 8%) |
| LAB | lab(46.8 72.4 -72.3) |
| LCH | lch(46.8 102.3 315.1) |
| OKLCH | oklch(0.574 0.256 306.5) |
Copy-ready code
/* CSS */
color: #a033eb;
background-color: #a033eb;
/* Tailwind (arbitrary) */
class="text-[#a033eb] bg-[#a033eb]"
/* SCSS */
$brand: #a033eb;
/* SwiftUI */
Color(red: 0.627, green: 0.200, blue: 0.922)
/* Android */
Color.parseColor("#a033eb")Accessibility — WCAG contrast
Aa
#a033eb on white: 5.04:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a033eb on black: 4.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green20.0%
Blue92.2%
CMYK percentages
Cyan31.9%
Magenta78.3%
Yellow0.0%
Key (black)7.8%
Color previews
#a033eb text on a black background
contrast 4.17:1
Card sample
#a033eb text on a white background
contrast 5.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a033eb;
Background color
Panel with #a033eb background
background-color: #a033eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a033eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 51, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 51, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a033eb; background: linear-gradient(135deg, #a033eb, #EB33BB);