#ab352b
a dark, vivid red · warm · closest name: firebrick
RGB
171, 53, 43
HSL
5°, 60%, 42%
CMYK
0, 69, 75, 33
Luminance
0.1138
Every format
| HEX | #ab352b |
| RGB | rgb(171, 53, 43) |
| HSL | hsl(5, 60%, 42%) |
| CMYK | cmyk(0%, 69%, 75%, 33%) |
| LAB | lab(40.2 47.5 33.3) |
| LCH | lch(40.2 58.0 35.0) |
| OKLCH | oklch(0.503 0.156 28.7) |
Copy-ready code
/* CSS */
color: #ab352b;
background-color: #ab352b;
/* Tailwind (arbitrary) */
class="text-[#ab352b] bg-[#ab352b]"
/* SCSS */
$brand: #ab352b;
/* SwiftUI */
Color(red: 0.671, green: 0.208, blue: 0.169)
/* Android */
Color.parseColor("#ab352b")Accessibility — WCAG contrast
Aa
#ab352b on white: 6.41:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab352b on black: 3.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green20.8%
Blue16.9%
CMYK percentages
Cyan0.0%
Magenta69.0%
Yellow74.9%
Key (black)32.9%
Color previews
#ab352b text on a black background
contrast 3.28:1
Card sample
#ab352b text on a white background
contrast 6.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab352b;
Background color
Panel with #ab352b background
background-color: #ab352b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab352b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 53, 43, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 53, 43, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab352b; background: linear-gradient(135deg, #ab352b, #AB8A2B);