#a3002d
a dark, electric magenta / pink · warm · closest name: firebrick
RGB
163, 0, 45
HSL
343°, 100%, 32%
CMYK
0, 100, 72, 36
Luminance
0.0798
Every format
| HEX | #a3002d |
| RGB | rgb(163, 0, 45) |
| HSL | hsl(343, 100%, 32%) |
| CMYK | cmyk(0%, 100%, 72%, 36%) |
| LAB | lab(33.9 58.4 24.4) |
| LCH | lch(33.9 63.3 22.7) |
| OKLCH | oklch(0.454 0.182 18.0) |
Copy-ready code
/* CSS */
color: #a3002d;
background-color: #a3002d;
/* Tailwind (arbitrary) */
class="text-[#a3002d] bg-[#a3002d]"
/* SCSS */
$brand: #a3002d;
/* SwiftUI */
Color(red: 0.639, green: 0.000, blue: 0.176)
/* Android */
Color.parseColor("#a3002d")Accessibility — WCAG contrast
Aa
#a3002d on white: 8.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#a3002d on black: 2.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green0.0%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow72.4%
Key (black)36.1%
Color previews
#a3002d text on a black background
contrast 2.60:1
Card sample
#a3002d text on a white background
contrast 8.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a3002d;
Background color
Panel with #a3002d background
background-color: #a3002d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a3002d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 0, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 0, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a3002d; background: linear-gradient(135deg, #a3002d, #A34000);