#ab1913
a dark, electric red · warm · closest name: firebrick
RGB
171, 25, 19
HSL
2°, 80%, 37%
CMYK
0, 85, 89, 33
Luminance
0.0940
Every format
| HEX | #ab1913 |
| RGB | rgb(171, 25, 19) |
| HSL | hsl(2, 80%, 37%) |
| CMYK | cmyk(0%, 85%, 89%, 33%) |
| LAB | lab(36.8 55.8 42.8) |
| LCH | lch(36.8 70.3 37.5) |
| OKLCH | oklch(0.476 0.180 28.8) |
Copy-ready code
/* CSS */
color: #ab1913;
background-color: #ab1913;
/* Tailwind (arbitrary) */
class="text-[#ab1913] bg-[#ab1913]"
/* SCSS */
$brand: #ab1913;
/* SwiftUI */
Color(red: 0.671, green: 0.098, blue: 0.075)
/* Android */
Color.parseColor("#ab1913")Accessibility — WCAG contrast
Aa
#ab1913 on white: 7.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#ab1913 on black: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green9.8%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta85.4%
Yellow88.9%
Key (black)32.9%
Color previews
#ab1913 text on a black background
contrast 2.88:1
Card sample
#ab1913 text on a white background
contrast 7.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab1913;
Background color
Panel with #ab1913 background
background-color: #ab1913;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab1913;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 25, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 25, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab1913; background: linear-gradient(135deg, #ab1913, #AB7F13);