#ac2721
a dark, vivid red · warm · closest name: firebrick
RGB
172, 39, 33
HSL
3°, 68%, 40%
CMYK
0, 77, 81, 33
Luminance
0.1033
Every format
| HEX | #ac2721 |
| RGB | rgb(172, 39, 33) |
| HSL | hsl(3, 68%, 40%) |
| CMYK | cmyk(0%, 77%, 81%, 33%) |
| LAB | lab(38.4 52.6 37.1) |
| LCH | lch(38.4 64.4 35.2) |
| OKLCH | oklch(0.489 0.170 28.1) |
Copy-ready code
/* CSS */
color: #ac2721;
background-color: #ac2721;
/* Tailwind (arbitrary) */
class="text-[#ac2721] bg-[#ac2721]"
/* SCSS */
$brand: #ac2721;
/* SwiftUI */
Color(red: 0.675, green: 0.153, blue: 0.129)
/* Android */
Color.parseColor("#ac2721")Accessibility — WCAG contrast
Aa
#ac2721 on white: 6.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac2721 on black: 3.07:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green15.3%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta77.3%
Yellow80.8%
Key (black)32.5%
Color previews
#ac2721 text on a black background
contrast 3.07:1
Card sample
#ac2721 text on a white background
contrast 6.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac2721;
Background color
Panel with #ac2721 background
background-color: #ac2721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac2721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 39, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 39, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac2721; background: linear-gradient(135deg, #ac2721, #AC8421);