#a80c13
a dark, electric red · warm · closest name: firebrick
RGB
168, 12, 19
HSL
357°, 87%, 35%
CMYK
0, 93, 89, 34
Luminance
0.0863
Every format
| HEX | #a80c13 |
| RGB | rgb(168, 12, 19) |
| HSL | hsl(357, 87%, 35%) |
| CMYK | cmyk(0%, 93%, 89%, 34%) |
| LAB | lab(35.3 57.3 41.3) |
| LCH | lch(35.3 70.7 35.8) |
| OKLCH | oklch(0.464 0.183 27.3) |
Copy-ready code
/* CSS */
color: #a80c13;
background-color: #a80c13;
/* Tailwind (arbitrary) */
class="text-[#a80c13] bg-[#a80c13]"
/* SCSS */
$brand: #a80c13;
/* SwiftUI */
Color(red: 0.659, green: 0.047, blue: 0.075)
/* Android */
Color.parseColor("#a80c13")Accessibility — WCAG contrast
Aa
#a80c13 on white: 7.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#a80c13 on black: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green4.7%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta92.9%
Yellow88.7%
Key (black)34.1%
Color previews
#a80c13 text on a black background
contrast 2.73:1
Card sample
#a80c13 text on a white background
contrast 7.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a80c13;
Background color
Panel with #a80c13 background
background-color: #a80c13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a80c13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 12, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 12, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a80c13; background: linear-gradient(135deg, #a80c13, #A86D0C);