#ab2f0f
a dark, electric red · warm · closest name: firebrick
RGB
171, 47, 15
HSL
12°, 84%, 37%
CMYK
0, 73, 91, 33
Luminance
0.1073
Every format
| HEX | #ab2f0f |
| RGB | rgb(171, 47, 15) |
| HSL | hsl(12, 84%, 37%) |
| CMYK | cmyk(0%, 73%, 91%, 33%) |
| LAB | lab(39.1 49.0 46.3) |
| LCH | lch(39.1 67.4 43.3) |
| OKLCH | oklch(0.494 0.165 34.5) |
Copy-ready code
/* CSS */
color: #ab2f0f;
background-color: #ab2f0f;
/* Tailwind (arbitrary) */
class="text-[#ab2f0f] bg-[#ab2f0f]"
/* SCSS */
$brand: #ab2f0f;
/* SwiftUI */
Color(red: 0.671, green: 0.184, blue: 0.059)
/* Android */
Color.parseColor("#ab2f0f")Accessibility — WCAG contrast
Aa
#ab2f0f on white: 6.68:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab2f0f on black: 3.15:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green18.4%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta72.5%
Yellow91.2%
Key (black)32.9%
Color previews
#ab2f0f text on a black background
contrast 3.15:1
Card sample
#ab2f0f text on a white background
contrast 6.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab2f0f;
Background color
Panel with #ab2f0f background
background-color: #ab2f0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab2f0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 47, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 47, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab2f0f; background: linear-gradient(135deg, #ab2f0f, #AB970F);