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