#a60607
a dark, electric red · warm · closest name: firebrick
RGB
166, 6, 7
HSL
360°, 93%, 34%
CMYK
0, 96, 96, 35
Luminance
0.0825
Every format
| HEX | #a60607 |
| RGB | rgb(166, 6, 7) |
| HSL | hsl(360, 93%, 34%) |
| CMYK | cmyk(0%, 96%, 96%, 35%) |
| LAB | lab(34.5 57.4 45.8) |
| LCH | lch(34.5 73.4 38.6) |
| OKLCH | oklch(0.458 0.184 28.7) |
Copy-ready code
/* CSS */
color: #a60607;
background-color: #a60607;
/* Tailwind (arbitrary) */
class="text-[#a60607] bg-[#a60607]"
/* SCSS */
$brand: #a60607;
/* SwiftUI */
Color(red: 0.651, green: 0.024, blue: 0.027)
/* Android */
Color.parseColor("#a60607")Accessibility — WCAG contrast
Aa
#a60607 on white: 7.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#a60607 on black: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green2.4%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta96.4%
Yellow95.8%
Key (black)34.9%
Color previews
#a60607 text on a black background
contrast 2.65:1
Card sample
#a60607 text on a white background
contrast 7.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a60607;
Background color
Panel with #a60607 background
background-color: #a60607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a60607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 6, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 6, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a60607; background: linear-gradient(135deg, #a60607, #A67006);