#a02a42
a dark, vivid red · warm · closest name: firebrick
RGB
160, 42, 66
HSL
348°, 58%, 40%
CMYK
0, 74, 59, 37
Luminance
0.0952
Every format
| HEX | #a02a42 |
| RGB | rgb(160, 42, 66) |
| HSL | hsl(348, 58%, 40%) |
| CMYK | cmyk(0%, 74%, 59%, 37%) |
| LAB | lab(37.0 49.5 14.7) |
| LCH | lch(37.0 51.6 16.5) |
| OKLCH | oklch(0.476 0.153 13.7) |
Copy-ready code
/* CSS */
color: #a02a42;
background-color: #a02a42;
/* Tailwind (arbitrary) */
class="text-[#a02a42] bg-[#a02a42]"
/* SCSS */
$brand: #a02a42;
/* SwiftUI */
Color(red: 0.627, green: 0.165, blue: 0.259)
/* Android */
Color.parseColor("#a02a42")Accessibility — WCAG contrast
Aa
#a02a42 on white: 7.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#a02a42 on black: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green16.5%
Blue25.9%
CMYK percentages
Cyan0.0%
Magenta73.8%
Yellow58.8%
Key (black)37.3%
Color previews
#a02a42 text on a black background
contrast 2.90:1
Card sample
#a02a42 text on a white background
contrast 7.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a02a42;
Background color
Panel with #a02a42 background
background-color: #a02a42;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a02a42;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 42, 66, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 42, 66, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a02a42; background: linear-gradient(135deg, #a02a42, #A0612A);