#a20249
a dark, electric magenta / pink · warm · closest name: firebrick
RGB
162, 2, 73
HSL
333°, 98%, 32%
CMYK
0, 99, 55, 37
Luminance
0.0821
Every format
| HEX | #a20249 |
| RGB | rgb(162, 2, 73) |
| HSL | hsl(333, 98%, 32%) |
| CMYK | cmyk(0%, 99%, 55%, 37%) |
| LAB | lab(34.4 59.5 6.7) |
| LCH | lch(34.4 59.9 6.4) |
| OKLCH | oklch(0.459 0.183 5.4) |
Copy-ready code
/* CSS */
color: #a20249;
background-color: #a20249;
/* Tailwind (arbitrary) */
class="text-[#a20249] bg-[#a20249]"
/* SCSS */
$brand: #a20249;
/* SwiftUI */
Color(red: 0.635, green: 0.008, blue: 0.286)
/* Android */
Color.parseColor("#a20249")Accessibility — WCAG contrast
Aa
#a20249 on white: 7.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#a20249 on black: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green0.8%
Blue28.6%
CMYK percentages
Cyan0.0%
Magenta98.8%
Yellow54.9%
Key (black)36.5%
Color previews
#a20249 text on a black background
contrast 2.64:1
Card sample
#a20249 text on a white background
contrast 7.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a20249;
Background color
Panel with #a20249 background
background-color: #a20249;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a20249;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 2, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 2, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a20249; background: linear-gradient(135deg, #a20249, #A22602);