#a60c01
a dark, electric red · warm · closest name: firebrick
RGB
166, 12, 1
HSL
4°, 99%, 33%
CMYK
0, 93, 99, 35
Luminance
0.0837
Every format
| HEX | #a60c01 |
| RGB | rgb(166, 12, 1) |
| HSL | hsl(4, 99%, 33%) |
| CMYK | cmyk(0%, 93%, 99%, 35%) |
| LAB | lab(34.8 56.5 48.3) |
| LCH | lch(34.8 74.4 40.5) |
| OKLCH | oklch(0.459 0.183 30.1) |
Copy-ready code
/* CSS */
color: #a60c01;
background-color: #a60c01;
/* Tailwind (arbitrary) */
class="text-[#a60c01] bg-[#a60c01]"
/* SCSS */
$brand: #a60c01;
/* SwiftUI */
Color(red: 0.651, green: 0.047, blue: 0.004)
/* Android */
Color.parseColor("#a60c01")Accessibility — WCAG contrast
Aa
#a60c01 on white: 7.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#a60c01 on black: 2.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green4.7%
Blue0.4%
CMYK percentages
Cyan0.0%
Magenta92.8%
Yellow99.4%
Key (black)34.9%
Color previews
#a60c01 text on a black background
contrast 2.67:1
Card sample
#a60c01 text on a white background
contrast 7.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a60c01;
Background color
Panel with #a60c01 background
background-color: #a60c01;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a60c01;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 12, 1, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 12, 1, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a60c01; background: linear-gradient(135deg, #a60c01, #A67A01);