#ab192f
a dark, vivid red · warm · closest name: firebrick
RGB
171, 25, 47
HSL
351°, 75%, 38%
CMYK
0, 85, 73, 33
Luminance
0.0956
Every format
| HEX | #ab192f |
| RGB | rgb(171, 25, 47) |
| HSL | hsl(351, 75%, 38%) |
| CMYK | cmyk(0%, 85%, 73%, 33%) |
| LAB | lab(37.0 56.7 27.2) |
| LCH | lch(37.0 62.9 25.7) |
| OKLCH | oklch(0.479 0.178 20.5) |
Copy-ready code
/* CSS */
color: #ab192f;
background-color: #ab192f;
/* Tailwind (arbitrary) */
class="text-[#ab192f] bg-[#ab192f]"
/* SCSS */
$brand: #ab192f;
/* SwiftUI */
Color(red: 0.671, green: 0.098, blue: 0.184)
/* Android */
Color.parseColor("#ab192f")Accessibility — WCAG contrast
Aa
#ab192f on white: 7.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#ab192f on black: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green9.8%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta85.4%
Yellow72.5%
Key (black)32.9%
Color previews
#ab192f text on a black background
contrast 2.91:1
Card sample
#ab192f text on a white background
contrast 7.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab192f;
Background color
Panel with #ab192f background
background-color: #ab192f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab192f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 25, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 25, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab192f; background: linear-gradient(135deg, #ab192f, #AB6419);