#ab2b2f
a dark, vivid red · warm · closest name: firebrick
RGB
171, 43, 47
HSL
358°, 60%, 42%
CMYK
0, 75, 73, 33
Luminance
0.1059
Every format
| HEX | #ab2b2f |
| RGB | rgb(171, 43, 47) |
| HSL | hsl(358, 60%, 42%) |
| CMYK | cmyk(0%, 75%, 73%, 33%) |
| LAB | lab(38.9 51.5 29.4) |
| LCH | lch(38.9 59.3 29.7) |
| OKLCH | oklch(0.493 0.164 24.1) |
Copy-ready code
/* CSS */
color: #ab2b2f;
background-color: #ab2b2f;
/* Tailwind (arbitrary) */
class="text-[#ab2b2f] bg-[#ab2b2f]"
/* SCSS */
$brand: #ab2b2f;
/* SwiftUI */
Color(red: 0.671, green: 0.169, blue: 0.184)
/* Android */
Color.parseColor("#ab2b2f")Accessibility — WCAG contrast
Aa
#ab2b2f on white: 6.73:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab2b2f on black: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green16.9%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta74.9%
Yellow72.5%
Key (black)32.9%
Color previews
#ab2b2f text on a black background
contrast 3.12:1
Card sample
#ab2b2f text on a white background
contrast 6.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab2b2f;
Background color
Panel with #ab2b2f background
background-color: #ab2b2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab2b2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 43, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 43, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab2b2f; background: linear-gradient(135deg, #ab2b2f, #AB7C2B);