#aa52eb
a balanced, electric violet · warm · closest name: slateblue
RGB
170, 82, 235
HSL
275°, 79%, 62%
CMYK
28, 65, 0, 8
Luminance
0.2058
Every format
| HEX | #aa52eb |
| RGB | rgb(170, 82, 235) |
| HSL | hsl(275, 79%, 62%) |
| CMYK | cmyk(28%, 65%, 0%, 8%) |
| LAB | lab(52.5 61.8 -62.9) |
| LCH | lch(52.5 88.2 314.5) |
| OKLCH | oklch(0.617 0.225 307.5) |
Copy-ready code
/* CSS */
color: #aa52eb;
background-color: #aa52eb;
/* Tailwind (arbitrary) */
class="text-[#aa52eb] bg-[#aa52eb]"
/* SCSS */
$brand: #aa52eb;
/* SwiftUI */
Color(red: 0.667, green: 0.322, blue: 0.922)
/* Android */
Color.parseColor("#aa52eb")Accessibility — WCAG contrast
Aa
#aa52eb on white: 4.10:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#aa52eb on black: 5.12:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green32.2%
Blue92.2%
CMYK percentages
Cyan27.7%
Magenta65.1%
Yellow0.0%
Key (black)7.8%
Color previews
#aa52eb text on a black background
contrast 5.12:1
Card sample
#aa52eb text on a white background
contrast 4.10:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa52eb;
Background color
Panel with #aa52eb background
background-color: #aa52eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa52eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 82, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 82, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa52eb; background: linear-gradient(135deg, #aa52eb, #EB52C6);