#ab092f
a dark, electric red · warm · closest name: firebrick
RGB
171, 9, 47
HSL
346°, 90%, 35%
CMYK
0, 95, 73, 33
Luminance
0.0906
Every format
| HEX | #ab092f |
| RGB | rgb(171, 9, 47) |
| HSL | hsl(346, 90%, 35%) |
| CMYK | cmyk(0%, 95%, 73%, 33%) |
| LAB | lab(36.1 59.4 26.1) |
| LCH | lch(36.1 64.9 23.7) |
| OKLCH | oklch(0.472 0.185 18.9) |
Copy-ready code
/* CSS */
color: #ab092f;
background-color: #ab092f;
/* Tailwind (arbitrary) */
class="text-[#ab092f] bg-[#ab092f]"
/* SCSS */
$brand: #ab092f;
/* SwiftUI */
Color(red: 0.671, green: 0.035, blue: 0.184)
/* Android */
Color.parseColor("#ab092f")Accessibility — WCAG contrast
Aa
#ab092f on white: 7.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#ab092f on black: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green3.5%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta94.7%
Yellow72.5%
Key (black)32.9%
Color previews
#ab092f text on a black background
contrast 2.81:1
Card sample
#ab092f text on a white background
contrast 7.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab092f;
Background color
Panel with #ab092f background
background-color: #ab092f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab092f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 9, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 9, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab092f; background: linear-gradient(135deg, #ab092f, #AB4F09);