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