#ac3413
a dark, electric red · warm · closest name: firebrick
RGB
172, 52, 19
HSL
13°, 80%, 38%
CMYK
0, 70, 89, 33
Luminance
0.1127
Every format
| HEX | #ac3413 |
| RGB | rgb(172, 52, 19) |
| HSL | hsl(13, 80%, 38%) |
| CMYK | cmyk(0%, 70%, 89%, 33%) |
| LAB | lab(40.0 47.5 45.4) |
| LCH | lch(40.0 65.7 43.7) |
| OKLCH | oklch(0.501 0.162 35.2) |
Copy-ready code
/* CSS */
color: #ac3413;
background-color: #ac3413;
/* Tailwind (arbitrary) */
class="text-[#ac3413] bg-[#ac3413]"
/* SCSS */
$brand: #ac3413;
/* SwiftUI */
Color(red: 0.675, green: 0.204, blue: 0.075)
/* Android */
Color.parseColor("#ac3413")Accessibility — WCAG contrast
Aa
#ac3413 on white: 6.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac3413 on black: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green20.4%
Blue7.5%
CMYK percentages
Cyan0.0%
Magenta69.8%
Yellow89.0%
Key (black)32.5%
Color previews
#ac3413 text on a black background
contrast 3.25:1
Card sample
#ac3413 text on a white background
contrast 6.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac3413;
Background color
Panel with #ac3413 background
background-color: #ac3413;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac3413;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 52, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 52, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac3413; background: linear-gradient(135deg, #ac3413, #AC9A13);