#a522eb
a balanced, electric violet · warm · closest name: magenta
RGB
165, 34, 235
HSL
279°, 83%, 53%
CMYK
30, 86, 0, 8
Luminance
0.1514
Every format
| HEX | #a522eb |
| RGB | rgb(165, 34, 235) |
| HSL | hsl(279, 83%, 53%) |
| CMYK | cmyk(30%, 86%, 0%, 8%) |
| LAB | lab(45.8 78.0 -73.8) |
| LCH | lch(45.8 107.3 316.6) |
| OKLCH | oklch(0.569 0.270 309.0) |
Copy-ready code
/* CSS */
color: #a522eb;
background-color: #a522eb;
/* Tailwind (arbitrary) */
class="text-[#a522eb] bg-[#a522eb]"
/* SCSS */
$brand: #a522eb;
/* SwiftUI */
Color(red: 0.647, green: 0.133, blue: 0.922)
/* Android */
Color.parseColor("#a522eb")Accessibility — WCAG contrast
Aa
#a522eb on white: 5.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a522eb on black: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green13.3%
Blue92.2%
CMYK percentages
Cyan29.8%
Magenta85.5%
Yellow0.0%
Key (black)7.8%
Color previews
#a522eb text on a black background
contrast 4.03:1
Card sample
#a522eb text on a white background
contrast 5.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a522eb;
Background color
Panel with #a522eb background
background-color: #a522eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a522eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 34, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 34, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a522eb; background: linear-gradient(135deg, #a522eb, #EB22AB);