#aa22bb
a dark, vivid magenta / pink · warm · closest name: purple
RGB
170, 34, 187
HSL
293°, 69%, 43%
CMYK
9, 82, 0, 27
Luminance
0.1328
Every format
| HEX | #aa22bb |
| RGB | rgb(170, 34, 187) |
| HSL | hsl(293, 69%, 43%) |
| CMYK | cmyk(9%, 82%, 0%, 27%) |
| LAB | lab(43.2 70.0 -50.4) |
| LCH | lch(43.2 86.2 324.2) |
| OKLCH | oklch(0.541 0.234 322.9) |
Copy-ready code
/* CSS */
color: #aa22bb;
background-color: #aa22bb;
/* Tailwind (arbitrary) */
class="text-[#aa22bb] bg-[#aa22bb]"
/* SCSS */
$brand: #aa22bb;
/* SwiftUI */
Color(red: 0.667, green: 0.133, blue: 0.733)
/* Android */
Color.parseColor("#aa22bb")Accessibility — WCAG contrast
Aa
#aa22bb on white: 5.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#aa22bb on black: 3.66:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green13.3%
Blue73.3%
CMYK percentages
Cyan9.1%
Magenta81.8%
Yellow0.0%
Key (black)26.7%
Color previews
#aa22bb text on a black background
contrast 3.66:1
Card sample
#aa22bb text on a white background
contrast 5.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa22bb;
Background color
Panel with #aa22bb background
background-color: #aa22bb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa22bb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 34, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 34, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa22bb; background: linear-gradient(135deg, #aa22bb, #BB2266);