#aa22cc
a balanced, vivid violet · warm · closest name: purple
RGB
170, 34, 204
HSL
288°, 71%, 47%
CMYK
17, 83, 0, 20
Luminance
0.1405
Every format
| HEX | #aa22cc |
| RGB | rgb(170, 34, 204) |
| HSL | hsl(288, 71%, 47%) |
| CMYK | cmyk(17%, 83%, 0%, 20%) |
| LAB | lab(44.3 72.9 -58.5) |
| LCH | lch(44.3 93.5 321.3) |
| OKLCH | oklch(0.553 0.247 318.1) |
Copy-ready code
/* CSS */
color: #aa22cc;
background-color: #aa22cc;
/* Tailwind (arbitrary) */
class="text-[#aa22cc] bg-[#aa22cc]"
/* SCSS */
$brand: #aa22cc;
/* SwiftUI */
Color(red: 0.667, green: 0.133, blue: 0.800)
/* Android */
Color.parseColor("#aa22cc")Accessibility — WCAG contrast
Aa
#aa22cc on white: 5.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#aa22cc on black: 3.81:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green13.3%
Blue80.0%
CMYK percentages
Cyan16.7%
Magenta83.3%
Yellow0.0%
Key (black)20.0%
Color previews
#aa22cc text on a black background
contrast 3.81:1
Card sample
#aa22cc text on a white background
contrast 5.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa22cc;
Background color
Panel with #aa22cc background
background-color: #aa22cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa22cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 34, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 34, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa22cc; background: linear-gradient(135deg, #aa22cc, #CC227D);