#a3003f
a dark, electric magenta / pink · warm · closest name: firebrick
RGB
163, 0, 63
HSL
337°, 100%, 32%
CMYK
0, 100, 61, 36
Luminance
0.0815
Every format
| HEX | #a3003f |
| RGB | rgb(163, 0, 63) |
| HSL | hsl(337, 100%, 32%) |
| CMYK | cmyk(0%, 100%, 61%, 36%) |
| LAB | lab(34.3 59.3 13.1) |
| LCH | lch(34.3 60.8 12.4) |
| OKLCH | oklch(0.457 0.183 10.2) |
Copy-ready code
/* CSS */
color: #a3003f;
background-color: #a3003f;
/* Tailwind (arbitrary) */
class="text-[#a3003f] bg-[#a3003f]"
/* SCSS */
$brand: #a3003f;
/* SwiftUI */
Color(red: 0.639, green: 0.000, blue: 0.247)
/* Android */
Color.parseColor("#a3003f")Accessibility — WCAG contrast
Aa
#a3003f on white: 7.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#a3003f on black: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green0.0%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow61.3%
Key (black)36.1%
Color previews
#a3003f text on a black background
contrast 2.63:1
Card sample
#a3003f text on a white background
contrast 7.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a3003f;
Background color
Panel with #a3003f background
background-color: #a3003f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a3003f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 0, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 0, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a3003f; background: linear-gradient(135deg, #a3003f, #A32E00);