#aa00cc
a dark, electric magenta / pink · warm · closest name: magenta
RGB
170, 0, 204
HSL
290°, 100%, 40%
CMYK
17, 100, 0, 20
Luminance
0.1291
Every format
| HEX | #aa00cc |
| RGB | rgb(170, 0, 204) |
| HSL | hsl(290, 100%, 40%) |
| CMYK | cmyk(17%, 100%, 0%, 20%) |
| LAB | lab(42.6 77.9 -61.2) |
| LCH | lch(42.6 99.1 321.9) |
| OKLCH | oklch(0.541 0.261 318.7) |
Copy-ready code
/* CSS */
color: #aa00cc;
background-color: #aa00cc;
/* Tailwind (arbitrary) */
class="text-[#aa00cc] bg-[#aa00cc]"
/* SCSS */
$brand: #aa00cc;
/* SwiftUI */
Color(red: 0.667, green: 0.000, blue: 0.800)
/* Android */
Color.parseColor("#aa00cc")Accessibility — WCAG contrast
Aa
#aa00cc on white: 5.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#aa00cc on black: 3.58:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green0.0%
Blue80.0%
CMYK percentages
Cyan16.7%
Magenta100.0%
Yellow0.0%
Key (black)20.0%
Color previews
#aa00cc text on a black background
contrast 3.58:1
Card sample
#aa00cc text on a white background
contrast 5.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa00cc;
Background color
Panel with #aa00cc background
background-color: #aa00cc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa00cc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 0, 204, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 0, 204, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa00cc; background: linear-gradient(135deg, #aa00cc, #CC0066);