#aa00bb
a dark, electric magenta / pink · warm · closest name: purple
RGB
170, 0, 187
HSL
295°, 100%, 37%
CMYK
9, 100, 0, 27
Luminance
0.1213
Every format
| HEX | #aa00bb |
| RGB | rgb(170, 0, 187) |
| HSL | hsl(295, 100%, 37%) |
| CMYK | cmyk(9%, 100%, 0%, 27%) |
| LAB | lab(41.4 75.1 -53.2) |
| LCH | lch(41.4 92.1 324.7) |
| OKLCH | oklch(0.529 0.250 323.3) |
Copy-ready code
/* CSS */
color: #aa00bb;
background-color: #aa00bb;
/* Tailwind (arbitrary) */
class="text-[#aa00bb] bg-[#aa00bb]"
/* SCSS */
$brand: #aa00bb;
/* SwiftUI */
Color(red: 0.667, green: 0.000, blue: 0.733)
/* Android */
Color.parseColor("#aa00bb")Accessibility — WCAG contrast
Aa
#aa00bb on white: 6.13:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#aa00bb on black: 3.43:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green0.0%
Blue73.3%
CMYK percentages
Cyan9.1%
Magenta100.0%
Yellow0.0%
Key (black)26.7%
Color previews
#aa00bb text on a black background
contrast 3.43:1
Card sample
#aa00bb text on a white background
contrast 6.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa00bb;
Background color
Panel with #aa00bb background
background-color: #aa00bb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa00bb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 0, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 0, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa00bb; background: linear-gradient(135deg, #aa00bb, #BB0050);