#a72039
a dark, vivid red · warm · closest name: firebrick
RGB
167, 32, 57
HSL
349°, 68%, 39%
CMYK
0, 81, 66, 35
Luminance
0.0954
Every format
| HEX | #a72039 |
| RGB | rgb(167, 32, 57) |
| HSL | hsl(349, 68%, 39%) |
| CMYK | cmyk(0%, 81%, 66%, 35%) |
| LAB | lab(37.0 54.3 20.7) |
| LCH | lch(37.0 58.1 20.9) |
| OKLCH | oklch(0.478 0.169 17.0) |
Copy-ready code
/* CSS */
color: #a72039;
background-color: #a72039;
/* Tailwind (arbitrary) */
class="text-[#a72039] bg-[#a72039]"
/* SCSS */
$brand: #a72039;
/* SwiftUI */
Color(red: 0.655, green: 0.125, blue: 0.224)
/* Android */
Color.parseColor("#a72039")Accessibility — WCAG contrast
Aa
#a72039 on white: 7.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#a72039 on black: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green12.5%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta80.8%
Yellow65.9%
Key (black)34.5%
Color previews
#a72039 text on a black background
contrast 2.91:1
Card sample
#a72039 text on a white background
contrast 7.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a72039;
Background color
Panel with #a72039 background
background-color: #a72039;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a72039;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 32, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 32, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a72039; background: linear-gradient(135deg, #a72039, #A76120);