#ab2139
a dark, vivid red · warm · closest name: firebrick
RGB
171, 33, 57
HSL
350°, 68%, 40%
CMYK
0, 81, 67, 33
Luminance
0.1004
Every format
| HEX | #ab2139 |
| RGB | rgb(171, 33, 57) |
| HSL | hsl(350, 68%, 40%) |
| CMYK | cmyk(0%, 81%, 67%, 33%) |
| LAB | lab(37.9 55.1 22.0) |
| LCH | lch(37.9 59.4 21.8) |
| OKLCH | oklch(0.486 0.172 17.7) |
Copy-ready code
/* CSS */
color: #ab2139;
background-color: #ab2139;
/* Tailwind (arbitrary) */
class="text-[#ab2139] bg-[#ab2139]"
/* SCSS */
$brand: #ab2139;
/* SwiftUI */
Color(red: 0.671, green: 0.129, blue: 0.224)
/* Android */
Color.parseColor("#ab2139")Accessibility — WCAG contrast
Aa
#ab2139 on white: 6.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab2139 on black: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green12.9%
Blue22.4%
CMYK percentages
Cyan0.0%
Magenta80.7%
Yellow66.7%
Key (black)32.9%
Color previews
#ab2139 text on a black background
contrast 3.01:1
Card sample
#ab2139 text on a white background
contrast 6.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab2139;
Background color
Panel with #ab2139 background
background-color: #ab2139;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab2139;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 33, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 33, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab2139; background: linear-gradient(135deg, #ab2139, #AB6521);