#ab3321
a dark, vivid red · warm · closest name: firebrick
RGB
171, 51, 33
HSL
8°, 68%, 40%
CMYK
0, 70, 81, 33
Luminance
0.1114
Every format
| HEX | #ab3321 |
| RGB | rgb(171, 51, 33) |
| HSL | hsl(8, 68%, 40%) |
| CMYK | cmyk(0%, 70%, 81%, 33%) |
| LAB | lab(39.8 47.9 38.4) |
| LCH | lch(39.8 61.4 38.7) |
| OKLCH | oklch(0.499 0.159 31.4) |
Copy-ready code
/* CSS */
color: #ab3321;
background-color: #ab3321;
/* Tailwind (arbitrary) */
class="text-[#ab3321] bg-[#ab3321]"
/* SCSS */
$brand: #ab3321;
/* SwiftUI */
Color(red: 0.671, green: 0.200, blue: 0.129)
/* Android */
Color.parseColor("#ab3321")Accessibility — WCAG contrast
Aa
#ab3321 on white: 6.51:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ab3321 on black: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.1%
Green20.0%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta70.2%
Yellow80.7%
Key (black)32.9%
Color previews
#ab3321 text on a black background
contrast 3.23:1
Card sample
#ab3321 text on a white background
contrast 6.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ab3321;
Background color
Panel with #ab3321 background
background-color: #ab3321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ab3321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(171, 51, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(171, 51, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ab3321; background: linear-gradient(135deg, #ab3321, #AB8F21);