#a2002c
a dark, electric magenta / pink · warm · closest name: firebrick
RGB
162, 0, 44
HSL
344°, 100%, 32%
CMYK
0, 100, 73, 37
Luminance
0.0786
Every format
| HEX | #a2002c |
| RGB | rgb(162, 0, 44) |
| HSL | hsl(344, 100%, 32%) |
| CMYK | cmyk(0%, 100%, 73%, 37%) |
| LAB | lab(33.7 58.1 24.7) |
| LCH | lch(33.7 63.1 23.0) |
| OKLCH | oklch(0.451 0.181 18.2) |
Copy-ready code
/* CSS */
color: #a2002c;
background-color: #a2002c;
/* Tailwind (arbitrary) */
class="text-[#a2002c] bg-[#a2002c]"
/* SCSS */
$brand: #a2002c;
/* SwiftUI */
Color(red: 0.635, green: 0.000, blue: 0.173)
/* Android */
Color.parseColor("#a2002c")Accessibility — WCAG contrast
Aa
#a2002c on white: 8.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#a2002c on black: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green0.0%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow72.8%
Key (black)36.5%
Color previews
#a2002c text on a black background
contrast 2.57:1
Card sample
#a2002c text on a white background
contrast 8.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2002c;
Background color
Panel with #a2002c background
background-color: #a2002c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2002c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 0, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 0, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2002c; background: linear-gradient(135deg, #a2002c, #A24000);