#a02f21
a dark, vivid red · warm · closest name: firebrick
RGB
160, 47, 33
HSL
7°, 66%, 38%
CMYK
0, 71, 79, 37
Luminance
0.0962
Every format
| HEX | #a02f21 |
| RGB | rgb(160, 47, 33) |
| HSL | hsl(7, 66%, 38%) |
| CMYK | cmyk(0%, 71%, 79%, 37%) |
| LAB | lab(37.1 45.8 35.1) |
| LCH | lch(37.1 57.7 37.5) |
| OKLCH | oklch(0.476 0.151 30.5) |
Copy-ready code
/* CSS */
color: #a02f21;
background-color: #a02f21;
/* Tailwind (arbitrary) */
class="text-[#a02f21] bg-[#a02f21]"
/* SCSS */
$brand: #a02f21;
/* SwiftUI */
Color(red: 0.627, green: 0.184, blue: 0.129)
/* Android */
Color.parseColor("#a02f21")Accessibility — WCAG contrast
Aa
#a02f21 on white: 7.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#a02f21 on black: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green18.4%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta70.6%
Yellow79.4%
Key (black)37.3%
Color previews
#a02f21 text on a black background
contrast 2.92:1
Card sample
#a02f21 text on a white background
contrast 7.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a02f21;
Background color
Panel with #a02f21 background
background-color: #a02f21;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a02f21;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 47, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 47, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a02f21; background: linear-gradient(135deg, #a02f21, #A08321);