#a30049
a dark, electric magenta / pink · warm · closest name: firebrick
RGB
163, 0, 73
HSL
333°, 100%, 32%
CMYK
0, 100, 55, 36
Luminance
0.0827
Every format
| HEX | #a30049 |
| RGB | rgb(163, 0, 73) |
| HSL | hsl(333, 100%, 32%) |
| CMYK | cmyk(0%, 100%, 55%, 36%) |
| LAB | lab(34.5 60.0 6.9) |
| LCH | lch(34.5 60.4 6.5) |
| OKLCH | oklch(0.460 0.185 5.5) |
Copy-ready code
/* CSS */
color: #a30049;
background-color: #a30049;
/* Tailwind (arbitrary) */
class="text-[#a30049] bg-[#a30049]"
/* SCSS */
$brand: #a30049;
/* SwiftUI */
Color(red: 0.639, green: 0.000, blue: 0.286)
/* Android */
Color.parseColor("#a30049")Accessibility — WCAG contrast
Aa
#a30049 on white: 7.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#a30049 on black: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.9%
Green0.0%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow55.2%
Key (black)36.1%
Color previews
#a30049 text on a black background
contrast 2.65:1
Card sample
#a30049 text on a white background
contrast 7.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a30049;
Background color
Panel with #a30049 background
background-color: #a30049;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a30049;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(163, 0, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(163, 0, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a30049; background: linear-gradient(135deg, #a30049, #A32400);