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