#aa006f
a dark, electric magenta / pink · warm · closest name: purple
RGB
170, 0, 111
HSL
321°, 100%, 33%
CMYK
0, 100, 35, 33
Luminance
0.0969
Every format
| HEX | #aa006f |
| RGB | rgb(170, 0, 111) |
| HSL | hsl(321, 100%, 33%) |
| CMYK | cmyk(0%, 100%, 35%, 33%) |
| LAB | lab(37.3 64.9 -13.4) |
| LCH | lch(37.3 66.3 348.3) |
| OKLCH | oklch(0.486 0.203 350.1) |
Copy-ready code
/* CSS */
color: #aa006f;
background-color: #aa006f;
/* Tailwind (arbitrary) */
class="text-[#aa006f] bg-[#aa006f]"
/* SCSS */
$brand: #aa006f;
/* SwiftUI */
Color(red: 0.667, green: 0.000, blue: 0.435)
/* Android */
Color.parseColor("#aa006f")Accessibility — WCAG contrast
Aa
#aa006f on white: 7.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#aa006f on black: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green0.0%
Blue43.5%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow34.7%
Key (black)33.3%
Color previews
#aa006f text on a black background
contrast 2.94:1
Card sample
#aa006f text on a white background
contrast 7.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa006f;
Background color
Panel with #aa006f background
background-color: #aa006f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa006f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 0, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 0, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa006f; background: linear-gradient(135deg, #aa006f, #AA0200);