#ab2002
a dark, electric red · warm · closest name: firebrick
RGB
171, 32, 2
HSL
11°, 98%, 34%
CMYK
0, 81, 99, 33
Luminance
0.0970
Every format
| HEX | #ab2002 |
| RGB | rgb(171, 32, 2) |
| HSL | hsl(11, 98%, 34%) |
| CMYK | cmyk(0%, 81%, 99%, 33%) |
| LAB | lab(37.3 53.8 49.8) |
| LCH | lch(37.3 73.3 42.8) |
| OKLCH | oklch(0.480 0.178 32.6) |
Copy-ready code
/* CSS */
color: #ab2002;
background-color: #ab2002;
/* Tailwind (arbitrary) */
class="text-[#ab2002] bg-[#ab2002]"
/* SCSS */
$brand: #ab2002;
/* SwiftUI */
Color(red: 0.671, green: 0.125, blue: 0.008)
/* Android */
Color.parseColor("#ab2002")Accessibility — WCAG contrast
Aa
#ab2002 on white: 7.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#ab2002 on black: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green12.5%
Blue0.8%
CMYK percentages
Cyan0.0%
Magenta81.3%
Yellow98.8%
Key (black)32.9%
Color previews
#ab2002 text on a black background
contrast 2.94:1
Card sample
#ab2002 text on a white background
contrast 7.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab2002;
Background color
Panel with #ab2002 background
background-color: #ab2002;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab2002;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 32, 2, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 32, 2, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab2002; background: linear-gradient(135deg, #ab2002, #AB9102);