#ab0d0d
a dark, electric red · warm · closest name: firebrick
RGB
171, 13, 13
HSL
0°, 86%, 36%
CMYK
0, 92, 92, 33
Luminance
0.0897
Every format
| HEX | #ab0d0d |
| RGB | rgb(171, 13, 13) |
| HSL | hsl(0, 86%, 36%) |
| CMYK | cmyk(0%, 92%, 92%, 33%) |
| LAB | lab(35.9 57.9 44.8) |
| LCH | lch(35.9 73.2 37.7) |
| OKLCH | oklch(0.470 0.186 28.5) |
Copy-ready code
/* CSS */
color: #ab0d0d;
background-color: #ab0d0d;
/* Tailwind (arbitrary) */
class="text-[#ab0d0d] bg-[#ab0d0d]"
/* SCSS */
$brand: #ab0d0d;
/* SwiftUI */
Color(red: 0.671, green: 0.051, blue: 0.051)
/* Android */
Color.parseColor("#ab0d0d")Accessibility — WCAG contrast
Aa
#ab0d0d on white: 7.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#ab0d0d on black: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green5.1%
Blue5.1%
CMYK percentages
Cyan0.0%
Magenta92.4%
Yellow92.4%
Key (black)32.9%
Color previews
#ab0d0d text on a black background
contrast 2.79:1
Card sample
#ab0d0d text on a white background
contrast 7.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab0d0d;
Background color
Panel with #ab0d0d background
background-color: #ab0d0d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab0d0d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 13, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 13, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab0d0d; background: linear-gradient(135deg, #ab0d0d, #AB760D);