#a91c54
a dark, vivid magenta / pink · warm · closest name: firebrick
RGB
169, 28, 84
HSL
336°, 72%, 39%
CMYK
0, 83, 50, 34
Luminance
0.0991
Every format
| HEX | #a91c54 |
| RGB | rgb(169, 28, 84) |
| HSL | hsl(336, 72%, 39%) |
| CMYK | cmyk(0%, 83%, 50%, 34%) |
| LAB | lab(37.7 57.8 4.4) |
| LCH | lch(37.7 57.9 4.3) |
| OKLCH | oklch(0.486 0.177 3.8) |
Copy-ready code
/* CSS */
color: #a91c54;
background-color: #a91c54;
/* Tailwind (arbitrary) */
class="text-[#a91c54] bg-[#a91c54]"
/* SCSS */
$brand: #a91c54;
/* SwiftUI */
Color(red: 0.663, green: 0.110, blue: 0.329)
/* Android */
Color.parseColor("#a91c54")Accessibility — WCAG contrast
Aa
#a91c54 on white: 7.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#a91c54 on black: 2.98:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green11.0%
Blue32.9%
CMYK percentages
Cyan0.0%
Magenta83.4%
Yellow50.3%
Key (black)33.7%
Color previews
#a91c54 text on a black background
contrast 2.98:1
Card sample
#a91c54 text on a white background
contrast 7.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a91c54;
Background color
Panel with #a91c54 background
background-color: #a91c54;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a91c54;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 28, 84, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 28, 84, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a91c54; background: linear-gradient(135deg, #a91c54, #A9421C);