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