#ab2421
a dark, vivid red · warm · closest name: firebrick
RGB
171, 36, 33
HSL
1°, 68%, 40%
CMYK
0, 79, 81, 33
Luminance
0.1003
Every format
| HEX | #ab2421 |
| RGB | rgb(171, 36, 33) |
| HSL | hsl(1, 68%, 40%) |
| CMYK | cmyk(0%, 79%, 81%, 33%) |
| LAB | lab(37.9 53.2 36.5) |
| LCH | lch(37.9 64.5 34.5) |
| OKLCH | oklch(0.485 0.172 27.4) |
Copy-ready code
/* CSS */
color: #ab2421;
background-color: #ab2421;
/* Tailwind (arbitrary) */
class="text-[#ab2421] bg-[#ab2421]"
/* SCSS */
$brand: #ab2421;
/* SwiftUI */
Color(red: 0.671, green: 0.141, blue: 0.129)
/* Android */
Color.parseColor("#ab2421")Accessibility — WCAG contrast
Aa
#ab2421 on white: 6.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab2421 on black: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green14.1%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta78.9%
Yellow80.7%
Key (black)32.9%
Color previews
#ab2421 text on a black background
contrast 3.01:1
Card sample
#ab2421 text on a white background
contrast 6.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab2421;
Background color
Panel with #ab2421 background
background-color: #ab2421;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab2421;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 36, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 36, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab2421; background: linear-gradient(135deg, #ab2421, #AB8021);