#ab3f2d
a dark, vivid red · warm · closest name: firebrick
RGB
171, 63, 45
HSL
9°, 58%, 42%
CMYK
0, 63, 74, 33
Luminance
0.1240
Every format
| HEX | #ab3f2d |
| RGB | rgb(171, 63, 45) |
| HSL | hsl(9, 58%, 42%) |
| CMYK | cmyk(0%, 63%, 74%, 33%) |
| LAB | lab(41.9 43.2 34.0) |
| LCH | lch(41.9 55.0 38.2) |
| OKLCH | oklch(0.515 0.145 31.8) |
Copy-ready code
/* CSS */
color: #ab3f2d;
background-color: #ab3f2d;
/* Tailwind (arbitrary) */
class="text-[#ab3f2d] bg-[#ab3f2d]"
/* SCSS */
$brand: #ab3f2d;
/* SwiftUI */
Color(red: 0.671, green: 0.247, blue: 0.176)
/* Android */
Color.parseColor("#ab3f2d")Accessibility — WCAG contrast
Aa
#ab3f2d on white: 6.03:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab3f2d on black: 3.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green24.7%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta63.2%
Yellow73.7%
Key (black)32.9%
Color previews
#ab3f2d text on a black background
contrast 3.48:1
Card sample
#ab3f2d text on a white background
contrast 6.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab3f2d;
Background color
Panel with #ab3f2d background
background-color: #ab3f2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab3f2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 63, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 63, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab3f2d; background: linear-gradient(135deg, #ab3f2d, #AB932D);