#ac0f2d
a dark, electric red · warm · closest name: firebrick
RGB
172, 15, 45
HSL
349°, 84%, 37%
CMYK
0, 91, 74, 33
Luminance
0.0930
Every format
| HEX | #ac0f2d |
| RGB | rgb(172, 15, 45) |
| HSL | hsl(349, 84%, 37%) |
| CMYK | cmyk(0%, 91%, 74%, 33%) |
| LAB | lab(36.6 58.7 28.0) |
| LCH | lch(36.6 65.1 25.5) |
| OKLCH | oklch(0.476 0.184 20.2) |
Copy-ready code
/* CSS */
color: #ac0f2d;
background-color: #ac0f2d;
/* Tailwind (arbitrary) */
class="text-[#ac0f2d] bg-[#ac0f2d]"
/* SCSS */
$brand: #ac0f2d;
/* SwiftUI */
Color(red: 0.675, green: 0.059, blue: 0.176)
/* Android */
Color.parseColor("#ac0f2d")Accessibility — WCAG contrast
Aa
#ac0f2d on white: 7.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#ac0f2d on black: 2.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green5.9%
Blue17.6%
CMYK percentages
Cyan0.0%
Magenta91.3%
Yellow73.8%
Key (black)32.5%
Color previews
#ac0f2d text on a black background
contrast 2.86:1
Card sample
#ac0f2d text on a white background
contrast 7.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac0f2d;
Background color
Panel with #ac0f2d background
background-color: #ac0f2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac0f2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 15, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 15, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac0f2d; background: linear-gradient(135deg, #ac0f2d, #AC5A0F);