#ac3721
a dark, vivid red · warm · closest name: firebrick
RGB
172, 55, 33
HSL
10°, 68%, 40%
CMYK
0, 68, 81, 33
Luminance
0.1161
Every format
| HEX | #ac3721 |
| RGB | rgb(172, 55, 33) |
| HSL | hsl(10, 68%, 40%) |
| CMYK | cmyk(0%, 68%, 81%, 33%) |
| LAB | lab(40.6 46.6 39.3) |
| LCH | lch(40.6 61.0 40.1) |
| OKLCH | oklch(0.506 0.157 32.8) |
Copy-ready code
/* CSS */
color: #ac3721;
background-color: #ac3721;
/* Tailwind (arbitrary) */
class="text-[#ac3721] bg-[#ac3721]"
/* SCSS */
$brand: #ac3721;
/* SwiftUI */
Color(red: 0.675, green: 0.216, blue: 0.129)
/* Android */
Color.parseColor("#ac3721")Accessibility — WCAG contrast
Aa
#ac3721 on white: 6.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac3721 on black: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green21.6%
Blue12.9%
CMYK percentages
Cyan0.0%
Magenta68.0%
Yellow80.8%
Key (black)32.5%
Color previews
#ac3721 text on a black background
contrast 3.32:1
Card sample
#ac3721 text on a white background
contrast 6.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac3721;
Background color
Panel with #ac3721 background
background-color: #ac3721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac3721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 55, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 55, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac3721; background: linear-gradient(135deg, #ac3721, #AC9421);