#a4103c
a dark, electric magenta / pink · warm · closest name: firebrick
RGB
164, 16, 60
HSL
342°, 82%, 35%
CMYK
0, 90, 63, 36
Luminance
0.0859
Every format
| HEX | #a4103c |
| RGB | rgb(164, 16, 60) |
| HSL | hsl(342, 82%, 35%) |
| CMYK | cmyk(0%, 90%, 63%, 36%) |
| LAB | lab(35.2 57.2 16.3) |
| LCH | lch(35.2 59.5 15.9) |
| OKLCH | oklch(0.464 0.177 13.0) |
Copy-ready code
/* CSS */
color: #a4103c;
background-color: #a4103c;
/* Tailwind (arbitrary) */
class="text-[#a4103c] bg-[#a4103c]"
/* SCSS */
$brand: #a4103c;
/* SwiftUI */
Color(red: 0.643, green: 0.063, blue: 0.235)
/* Android */
Color.parseColor("#a4103c")Accessibility — WCAG contrast
Aa
#a4103c on white: 7.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#a4103c on black: 2.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green6.3%
Blue23.5%
CMYK percentages
Cyan0.0%
Magenta90.2%
Yellow63.4%
Key (black)35.7%
Color previews
#a4103c text on a black background
contrast 2.72:1
Card sample
#a4103c text on a white background
contrast 7.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a4103c;
Background color
Panel with #a4103c background
background-color: #a4103c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a4103c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 16, 60, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 16, 60, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a4103c; background: linear-gradient(135deg, #a4103c, #A44710);