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