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