#ab080b
a dark, electric red · warm · closest name: firebrick
RGB
171, 8, 11
HSL
359°, 91%, 35%
CMYK
0, 95, 94, 33
Luminance
0.0886
Every format
| HEX | #ab080b |
| RGB | rgb(171, 8, 11) |
| HSL | hsl(359, 91%, 35%) |
| CMYK | cmyk(0%, 95%, 94%, 33%) |
| LAB | lab(35.7 58.5 45.5) |
| LCH | lch(35.7 74.1 37.9) |
| OKLCH | oklch(0.469 0.188 28.4) |
Copy-ready code
/* CSS */
color: #ab080b;
background-color: #ab080b;
/* Tailwind (arbitrary) */
class="text-[#ab080b] bg-[#ab080b]"
/* SCSS */
$brand: #ab080b;
/* SwiftUI */
Color(red: 0.671, green: 0.031, blue: 0.043)
/* Android */
Color.parseColor("#ab080b")Accessibility — WCAG contrast
Aa
#ab080b on white: 7.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#ab080b on black: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green3.1%
Blue4.3%
CMYK percentages
Cyan0.0%
Magenta95.3%
Yellow93.6%
Key (black)32.9%
Color previews
#ab080b text on a black background
contrast 2.77:1
Card sample
#ab080b text on a white background
contrast 7.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab080b;
Background color
Panel with #ab080b background
background-color: #ab080b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab080b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 8, 11, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 8, 11, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab080b; background: linear-gradient(135deg, #ab080b, #AB7208);