#ab2f2d
a dark, vivid red · warm · closest name: firebrick
RGB
171, 47, 45
HSL
1°, 58%, 42%
CMYK
0, 73, 74, 33
Luminance
0.1088
Every format
| HEX | #ab2f2d |
| RGB | rgb(171, 47, 45) |
| HSL | hsl(1, 58%, 42%) |
| CMYK | cmyk(0%, 73%, 74%, 33%) |
| LAB | lab(39.4 49.9 31.2) |
| LCH | lch(39.4 58.9 32.0) |
| OKLCH | oklch(0.497 0.161 26.0) |
Copy-ready code
/* CSS */
color: #ab2f2d;
background-color: #ab2f2d;
/* Tailwind (arbitrary) */
class="text-[#ab2f2d] bg-[#ab2f2d]"
/* SCSS */
$brand: #ab2f2d;
/* SwiftUI */
Color(red: 0.671, green: 0.184, blue: 0.176)
/* Android */
Color.parseColor("#ab2f2d")Accessibility — WCAG contrast
Aa
#ab2f2d on white: 6.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab2f2d on black: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green18.4%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta72.5%
Yellow73.7%
Key (black)32.9%
Color previews
#ab2f2d text on a black background
contrast 3.18:1
Card sample
#ab2f2d text on a white background
contrast 6.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab2f2d;
Background color
Panel with #ab2f2d background
background-color: #ab2f2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab2f2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 47, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 47, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab2f2d; background: linear-gradient(135deg, #ab2f2d, #AB832D);