#a02d42
a dark, vivid red · warm · closest name: firebrick
RGB
160, 45, 66
HSL
349°, 56%, 40%
CMYK
0, 72, 59, 37
Luminance
0.0974
Every format
| HEX | #a02d42 |
| RGB | rgb(160, 45, 66) |
| HSL | hsl(349, 56%, 40%) |
| CMYK | cmyk(0%, 72%, 59%, 37%) |
| LAB | lab(37.4 48.4 15.2) |
| LCH | lch(37.4 50.7 17.5) |
| OKLCH | oklch(0.479 0.150 14.5) |
Copy-ready code
/* CSS */
color: #a02d42;
background-color: #a02d42;
/* Tailwind (arbitrary) */
class="text-[#a02d42] bg-[#a02d42]"
/* SCSS */
$brand: #a02d42;
/* SwiftUI */
Color(red: 0.627, green: 0.176, blue: 0.259)
/* Android */
Color.parseColor("#a02d42")Accessibility — WCAG contrast
Aa
#a02d42 on white: 7.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#a02d42 on black: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green17.6%
Blue25.9%
CMYK percentages
Cyan0.0%
Magenta71.9%
Yellow58.8%
Key (black)37.3%
Color previews
#a02d42 text on a black background
contrast 2.95:1
Card sample
#a02d42 text on a white background
contrast 7.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a02d42;
Background color
Panel with #a02d42 background
background-color: #a02d42;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a02d42;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 45, 66, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 45, 66, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a02d42; background: linear-gradient(135deg, #a02d42, #A0652D);