#ac2f2c
a dark, vivid red · warm · closest name: firebrick
RGB
172, 47, 44
HSL
1°, 59%, 42%
CMYK
0, 73, 74, 33
Luminance
0.1099
Every format
| HEX | #ac2f2c |
| RGB | rgb(172, 47, 44) |
| HSL | hsl(1, 59%, 42%) |
| CMYK | cmyk(0%, 73%, 74%, 33%) |
| LAB | lab(39.6 50.2 32.0) |
| LCH | lch(39.6 59.5 32.5) |
| OKLCH | oklch(0.498 0.162 26.4) |
Copy-ready code
/* CSS */
color: #ac2f2c;
background-color: #ac2f2c;
/* Tailwind (arbitrary) */
class="text-[#ac2f2c] bg-[#ac2f2c]"
/* SCSS */
$brand: #ac2f2c;
/* SwiftUI */
Color(red: 0.675, green: 0.184, blue: 0.173)
/* Android */
Color.parseColor("#ac2f2c")Accessibility — WCAG contrast
Aa
#ac2f2c on white: 6.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac2f2c on black: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green18.4%
Blue17.3%
CMYK percentages
Cyan0.0%
Magenta72.7%
Yellow74.4%
Key (black)32.5%
Color previews
#ac2f2c text on a black background
contrast 3.20:1
Card sample
#ac2f2c text on a white background
contrast 6.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac2f2c;
Background color
Panel with #ac2f2c background
background-color: #ac2f2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac2f2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 47, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 47, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac2f2c; background: linear-gradient(135deg, #ac2f2c, #AC842C);