#aa52df
a balanced, vivid violet · warm · closest name: slateblue
RGB
170, 82, 223
HSL
277°, 69%, 60%
CMYK
24, 63, 0, 13
Luminance
0.1991
Every format
| HEX | #aa52df |
| RGB | rgb(170, 82, 223) |
| HSL | hsl(277, 69%, 60%) |
| CMYK | cmyk(24%, 63%, 0%, 13%) |
| LAB | lab(51.7 59.1 -57.4) |
| LCH | lch(51.7 82.4 315.9) |
| OKLCH | oklch(0.610 0.212 310.3) |
Copy-ready code
/* CSS */
color: #aa52df;
background-color: #aa52df;
/* Tailwind (arbitrary) */
class="text-[#aa52df] bg-[#aa52df]"
/* SCSS */
$brand: #aa52df;
/* SwiftUI */
Color(red: 0.667, green: 0.322, blue: 0.875)
/* Android */
Color.parseColor("#aa52df")Accessibility — WCAG contrast
Aa
#aa52df on white: 4.22:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#aa52df on black: 4.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green32.2%
Blue87.5%
CMYK percentages
Cyan23.8%
Magenta63.2%
Yellow0.0%
Key (black)12.5%
Color previews
#aa52df text on a black background
contrast 4.98:1
Card sample
#aa52df text on a white background
contrast 4.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa52df;
Background color
Panel with #aa52df background
background-color: #aa52df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa52df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 82, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 82, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa52df; background: linear-gradient(135deg, #aa52df, #DF52B6);