#ac1306
a dark, electric red · warm · closest name: firebrick
RGB
172, 19, 6
HSL
5°, 93%, 35%
CMYK
0, 89, 97, 33
Luminance
0.0925
Every format
| HEX | #ac1306 |
| RGB | rgb(172, 19, 6) |
| HSL | hsl(5, 93%, 35%) |
| CMYK | cmyk(0%, 89%, 97%, 33%) |
| LAB | lab(36.5 57.1 47.9) |
| LCH | lch(36.5 74.5 40.0) |
| OKLCH | oklch(0.474 0.185 30.0) |
Copy-ready code
/* CSS */
color: #ac1306;
background-color: #ac1306;
/* Tailwind (arbitrary) */
class="text-[#ac1306] bg-[#ac1306]"
/* SCSS */
$brand: #ac1306;
/* SwiftUI */
Color(red: 0.675, green: 0.075, blue: 0.024)
/* Android */
Color.parseColor("#ac1306")Accessibility — WCAG contrast
Aa
#ac1306 on white: 7.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#ac1306 on black: 2.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red67.5%
Green7.5%
Blue2.4%
CMYK percentages
Cyan0.0%
Magenta89.0%
Yellow96.5%
Key (black)32.5%
Color previews
#ac1306 text on a black background
contrast 2.85:1
Card sample
#ac1306 text on a white background
contrast 7.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ac1306;
Background color
Panel with #ac1306 background
background-color: #ac1306;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ac1306;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(172, 19, 6, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(172, 19, 6, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ac1306; background: linear-gradient(135deg, #ac1306, #AC8206);