#aa002d
a dark, electric magenta / pink · warm · closest name: firebrick
RGB
170, 0, 45
HSL
344°, 100%, 33%
CMYK
0, 100, 74, 33
Luminance
0.0874
Every format
| HEX | #aa002d |
| RGB | rgb(170, 0, 45) |
| HSL | hsl(344, 100%, 33%) |
| CMYK | cmyk(0%, 100%, 74%, 33%) |
| LAB | lab(35.5 60.1 26.6) |
| LCH | lch(35.5 65.7 23.8) |
| OKLCH | oklch(0.467 0.187 18.8) |
Copy-ready code
/* CSS */
color: #aa002d;
background-color: #aa002d;
/* Tailwind (arbitrary) */
class="text-[#aa002d] bg-[#aa002d]"
/* SCSS */
$brand: #aa002d;
/* SwiftUI */
Color(red: 0.667, green: 0.000, blue: 0.176)
/* Android */
Color.parseColor("#aa002d")Accessibility — WCAG contrast
Aa
#aa002d on white: 7.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#aa002d on black: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.7%
Green0.0%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow73.5%
Key (black)33.3%
Color previews
#aa002d text on a black background
contrast 2.75:1
Card sample
#aa002d text on a white background
contrast 7.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #aa002d;
Background color
Panel with #aa002d background
background-color: #aa002d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #aa002d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(170, 0, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(170, 0, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #aa002d; background: linear-gradient(135deg, #aa002d, #AA4400);