#ac3f2d
a dark, vivid red · warm · closest name: firebrick
RGB
172, 63, 45
HSL
9°, 59%, 43%
CMYK
0, 63, 74, 33
Luminance
0.1252
Every format
| HEX | #ac3f2d |
| RGB | rgb(172, 63, 45) |
| HSL | hsl(9, 59%, 43%) |
| CMYK | cmyk(0%, 63%, 74%, 33%) |
| LAB | lab(42.0 43.6 34.2) |
| LCH | lch(42.0 55.4 38.1) |
| OKLCH | oklch(0.517 0.147 31.7) |
Copy-ready code
/* CSS */
color: #ac3f2d;
background-color: #ac3f2d;
/* Tailwind (arbitrary) */
class="text-[#ac3f2d] bg-[#ac3f2d]"
/* SCSS */
$brand: #ac3f2d;
/* SwiftUI */
Color(red: 0.675, green: 0.247, blue: 0.176)
/* Android */
Color.parseColor("#ac3f2d")Accessibility — WCAG contrast
Aa
#ac3f2d on white: 5.99:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac3f2d on black: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green24.7%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta63.4%
Yellow73.8%
Key (black)32.5%
Color previews
#ac3f2d text on a black background
contrast 3.50:1
Card sample
#ac3f2d text on a white background
contrast 5.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac3f2d;
Background color
Panel with #ac3f2d background
background-color: #ac3f2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac3f2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 63, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 63, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac3f2d; background: linear-gradient(135deg, #ac3f2d, #AC932D);