#ab332f
a dark, vivid red · warm · closest name: firebrick
RGB
171, 51, 47
HSL
2°, 57%, 43%
CMYK
0, 70, 73, 33
Luminance
0.1123
Every format
| HEX | #ab332f |
| RGB | rgb(171, 51, 47) |
| HSL | hsl(2, 57%, 43%) |
| CMYK | cmyk(0%, 70%, 73%, 33%) |
| LAB | lab(40.0 48.5 30.7) |
| LCH | lch(40.0 57.4 32.3) |
| OKLCH | oklch(0.501 0.157 26.4) |
Copy-ready code
/* CSS */
color: #ab332f;
background-color: #ab332f;
/* Tailwind (arbitrary) */
class="text-[#ab332f] bg-[#ab332f]"
/* SCSS */
$brand: #ab332f;
/* SwiftUI */
Color(red: 0.671, green: 0.200, blue: 0.184)
/* Android */
Color.parseColor("#ab332f")Accessibility — WCAG contrast
Aa
#ab332f on white: 6.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab332f on black: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green20.0%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta70.2%
Yellow72.5%
Key (black)32.9%
Color previews
#ab332f text on a black background
contrast 3.25:1
Card sample
#ab332f text on a white background
contrast 6.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab332f;
Background color
Panel with #ab332f background
background-color: #ab332f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab332f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 51, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 51, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab332f; background: linear-gradient(135deg, #ab332f, #AB852F);