#ac0015
a dark, electric red · warm · closest name: firebrick
RGB
172, 0, 21
HSL
353°, 100%, 34%
CMYK
0, 100, 88, 33
Luminance
0.0882
Every format
| HEX | #ac0015 |
| RGB | rgb(172, 0, 21) |
| HSL | hsl(353, 100%, 34%) |
| CMYK | cmyk(0%, 100%, 88%, 33%) |
| LAB | lab(35.6 59.9 41.0) |
| LCH | lch(35.6 72.6 34.4) |
| OKLCH | oklch(0.469 0.191 26.0) |
Copy-ready code
/* CSS */
color: #ac0015;
background-color: #ac0015;
/* Tailwind (arbitrary) */
class="text-[#ac0015] bg-[#ac0015]"
/* SCSS */
$brand: #ac0015;
/* SwiftUI */
Color(red: 0.675, green: 0.000, blue: 0.082)
/* Android */
Color.parseColor("#ac0015")Accessibility — WCAG contrast
Aa
#ac0015 on white: 7.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#ac0015 on black: 2.76:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green0.0%
Blue8.2%
CMYK percentages
Cyan0.0%
Magenta100.0%
Yellow87.8%
Key (black)32.5%
Color previews
#ac0015 text on a black background
contrast 2.76:1
Card sample
#ac0015 text on a white background
contrast 7.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac0015;
Background color
Panel with #ac0015 background
background-color: #ac0015;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac0015;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 0, 21, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 0, 21, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac0015; background: linear-gradient(135deg, #ac0015, #AC5E00);