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