#a02c2c
a dark, vivid red · warm · closest name: firebrick
RGB
160, 44, 44
HSL
0°, 57%, 40%
CMYK
0, 73, 73, 37
Luminance
0.0946
Every format
| HEX | #a02c2c |
| RGB | rgb(160, 44, 44) |
| HSL | hsl(0, 57%, 40%) |
| CMYK | cmyk(0%, 73%, 73%, 37%) |
| LAB | lab(36.9 47.4 28.3) |
| LCH | lch(36.9 55.2 30.8) |
| OKLCH | oklch(0.474 0.152 25.1) |
Copy-ready code
/* CSS */
color: #a02c2c;
background-color: #a02c2c;
/* Tailwind (arbitrary) */
class="text-[#a02c2c] bg-[#a02c2c]"
/* SCSS */
$brand: #a02c2c;
/* SwiftUI */
Color(red: 0.627, green: 0.173, blue: 0.173)
/* Android */
Color.parseColor("#a02c2c")Accessibility — WCAG contrast
Aa
#a02c2c on white: 7.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#a02c2c on black: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green17.3%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta72.5%
Yellow72.5%
Key (black)37.3%
Color previews
#a02c2c text on a black background
contrast 2.89:1
Card sample
#a02c2c text on a white background
contrast 7.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a02c2c;
Background color
Panel with #a02c2c background
background-color: #a02c2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a02c2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 44, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 44, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a02c2c; background: linear-gradient(135deg, #a02c2c, #A0792C);