#a72043
a dark, vivid magenta / pink · warm · closest name: firebrick
RGB
167, 32, 67
HSL
344°, 68%, 39%
CMYK
0, 81, 60, 35
Luminance
0.0965
Every format
| HEX | #a72043 |
| RGB | rgb(167, 32, 67) |
| HSL | hsl(344, 68%, 39%) |
| CMYK | cmyk(0%, 81%, 60%, 35%) |
| LAB | lab(37.2 54.9 14.6) |
| LCH | lch(37.2 56.8 14.9) |
| OKLCH | oklch(0.480 0.170 12.3) |
Copy-ready code
/* CSS */
color: #a72043;
background-color: #a72043;
/* Tailwind (arbitrary) */
class="text-[#a72043] bg-[#a72043]"
/* SCSS */
$brand: #a72043;
/* SwiftUI */
Color(red: 0.655, green: 0.125, blue: 0.263)
/* Android */
Color.parseColor("#a72043")Accessibility — WCAG contrast
Aa
#a72043 on white: 7.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#a72043 on black: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green12.5%
Blue26.3%
CMYK percentages
Cyan0.0%
Magenta80.8%
Yellow59.9%
Key (black)34.5%
Color previews
#a72043 text on a black background
contrast 2.93:1
Card sample
#a72043 text on a white background
contrast 7.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a72043;
Background color
Panel with #a72043 background
background-color: #a72043;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a72043;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 32, 67, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 32, 67, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a72043; background: linear-gradient(135deg, #a72043, #A75720);