#aa004f
a dark, electric magenta / pink · warm · closest name: crimson
RGB
170, 0, 79
HSL
332°, 100%, 33%
CMYK
0, 100, 54, 33
Luminance
0.0911
Every format
| HEX | #aa004f |
| RGB | rgb(170, 0, 79) |
| HSL | hsl(332, 100%, 33%) |
| CMYK | cmyk(0%, 100%, 54%, 33%) |
| LAB | lab(36.2 62.1 5.5) |
| LCH | lch(36.2 62.3 5.1) |
| OKLCH | oklch(0.475 0.191 4.4) |
Copy-ready code
/* CSS */
color: #aa004f;
background-color: #aa004f;
/* Tailwind (arbitrary) */
class="text-[#aa004f] bg-[#aa004f]"
/* SCSS */
$brand: #aa004f;
/* SwiftUI */
Color(red: 0.667, green: 0.000, blue: 0.310)
/* Android */
Color.parseColor("#aa004f")Accessibility — WCAG contrast
Aa
#aa004f on white: 7.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#aa004f on black: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green0.0%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow53.5%
Key (black)33.3%
Color previews
#aa004f text on a black background
contrast 2.82:1
Card sample
#aa004f text on a white background
contrast 7.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa004f;
Background color
Panel with #aa004f background
background-color: #aa004f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa004f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 0, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 0, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa004f; background: linear-gradient(135deg, #aa004f, #AA2200);