#ab1908
a dark, electric red · warm · closest name: firebrick
RGB
171, 25, 8
HSL
6°, 91%, 35%
CMYK
0, 85, 95, 33
Luminance
0.0937
Every format
| HEX | #ab1908 |
| RGB | rgb(171, 25, 8) |
| HSL | hsl(6, 91%, 35%) |
| CMYK | cmyk(0%, 85%, 95%, 33%) |
| LAB | lab(36.7 55.6 47.2) |
| LCH | lch(36.7 72.9 40.3) |
| OKLCH | oklch(0.476 0.181 30.6) |
Copy-ready code
/* CSS */
color: #ab1908;
background-color: #ab1908;
/* Tailwind (arbitrary) */
class="text-[#ab1908] bg-[#ab1908]"
/* SCSS */
$brand: #ab1908;
/* SwiftUI */
Color(red: 0.671, green: 0.098, blue: 0.031)
/* Android */
Color.parseColor("#ab1908")Accessibility — WCAG contrast
Aa
#ab1908 on white: 7.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#ab1908 on black: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green9.8%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta85.4%
Yellow95.3%
Key (black)32.9%
Color previews
#ab1908 text on a black background
contrast 2.87:1
Card sample
#ab1908 text on a white background
contrast 7.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab1908;
Background color
Panel with #ab1908 background
background-color: #ab1908;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab1908;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 25, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 25, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab1908; background: linear-gradient(135deg, #ab1908, #AB8608);