#a62607
a dark, electric red · warm · closest name: firebrick
RGB
166, 38, 7
HSL
12°, 92%, 34%
CMYK
0, 77, 96, 35
Luminance
0.0951
Every format
| HEX | #a62607 |
| RGB | rgb(166, 38, 7) |
| HSL | hsl(12, 92%, 34%) |
| CMYK | cmyk(0%, 77%, 96%, 35%) |
| LAB | lab(37.0 50.5 47.2) |
| LCH | lch(37.0 69.1 43.1) |
| OKLCH | oklch(0.476 0.168 33.5) |
Copy-ready code
/* CSS */
color: #a62607;
background-color: #a62607;
/* Tailwind (arbitrary) */
class="text-[#a62607] bg-[#a62607]"
/* SCSS */
$brand: #a62607;
/* SwiftUI */
Color(red: 0.651, green: 0.149, blue: 0.027)
/* Android */
Color.parseColor("#a62607")Accessibility — WCAG contrast
Aa
#a62607 on white: 7.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#a62607 on black: 2.90:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green14.9%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta77.1%
Yellow95.8%
Key (black)34.9%
Color previews
#a62607 text on a black background
contrast 2.90:1
Card sample
#a62607 text on a white background
contrast 7.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a62607;
Background color
Panel with #a62607 background
background-color: #a62607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a62607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 38, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 38, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a62607; background: linear-gradient(135deg, #a62607, #A69007);