#a02607
a dark, electric red · warm · closest name: firebrick
RGB
160, 38, 7
HSL
12°, 92%, 33%
CMYK
0, 76, 96, 37
Luminance
0.0888
Every format
| HEX | #a02607 |
| RGB | rgb(160, 38, 7) |
| HSL | hsl(12, 92%, 33%) |
| CMYK | cmyk(0%, 76%, 96%, 37%) |
| LAB | lab(35.8 48.5 45.8) |
| LCH | lch(35.8 66.7 43.4) |
| OKLCH | oklch(0.465 0.162 33.9) |
Copy-ready code
/* CSS */
color: #a02607;
background-color: #a02607;
/* Tailwind (arbitrary) */
class="text-[#a02607] bg-[#a02607]"
/* SCSS */
$brand: #a02607;
/* SwiftUI */
Color(red: 0.627, green: 0.149, blue: 0.027)
/* Android */
Color.parseColor("#a02607")Accessibility — WCAG contrast
Aa
#a02607 on white: 7.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#a02607 on black: 2.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green14.9%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta76.3%
Yellow95.6%
Key (black)37.3%
Color previews
#a02607 text on a black background
contrast 2.78:1
Card sample
#a02607 text on a white background
contrast 7.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a02607;
Background color
Panel with #a02607 background
background-color: #a02607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a02607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 38, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 38, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a02607; background: linear-gradient(135deg, #a02607, #A08C07);