#ac352f
a dark, vivid red · warm · closest name: firebrick
RGB
172, 53, 47
HSL
3°, 57%, 43%
CMYK
0, 69, 73, 33
Luminance
0.1152
Every format
| HEX | #ac352f |
| RGB | rgb(172, 53, 47) |
| HSL | hsl(3, 57%, 43%) |
| CMYK | cmyk(0%, 69%, 73%, 33%) |
| LAB | lab(40.5 48.0 31.3) |
| LCH | lch(40.5 57.3 33.1) |
| OKLCH | oklch(0.505 0.156 27.1) |
Copy-ready code
/* CSS */
color: #ac352f;
background-color: #ac352f;
/* Tailwind (arbitrary) */
class="text-[#ac352f] bg-[#ac352f]"
/* SCSS */
$brand: #ac352f;
/* SwiftUI */
Color(red: 0.675, green: 0.208, blue: 0.184)
/* Android */
Color.parseColor("#ac352f")Accessibility — WCAG contrast
Aa
#ac352f on white: 6.36:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#ac352f on black: 3.30:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green20.8%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta69.2%
Yellow72.7%
Key (black)32.5%
Color previews
#ac352f text on a black background
contrast 3.30:1
Card sample
#ac352f text on a white background
contrast 6.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac352f;
Background color
Panel with #ac352f background
background-color: #ac352f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac352f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 53, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 53, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac352f; background: linear-gradient(135deg, #ac352f, #AC882F);