#a04607
a dark, electric orange · warm · closest name: sienna
RGB
160, 70, 7
HSL
25°, 92%, 33%
CMYK
0, 56, 96, 37
Luminance
0.1187
Every format
| HEX | #a04607 |
| RGB | rgb(160, 70, 7) |
| HSL | hsl(25, 92%, 33%) |
| CMYK | cmyk(0%, 56%, 96%, 37%) |
| LAB | lab(41.0 34.5 49.2) |
| LCH | lch(41.0 60.1 55.0) |
| OKLCH | oklch(0.504 0.136 47.2) |
Copy-ready code
/* CSS */
color: #a04607;
background-color: #a04607;
/* Tailwind (arbitrary) */
class="text-[#a04607] bg-[#a04607]"
/* SCSS */
$brand: #a04607;
/* SwiftUI */
Color(red: 0.627, green: 0.275, blue: 0.027)
/* Android */
Color.parseColor("#a04607")Accessibility — WCAG contrast
Aa
#a04607 on white: 6.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a04607 on black: 3.37:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green27.5%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta56.3%
Yellow95.6%
Key (black)37.3%
Color previews
#a04607 text on a black background
contrast 3.37:1
Card sample
#a04607 text on a white background
contrast 6.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a04607;
Background color
Panel with #a04607 background
background-color: #a04607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a04607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 70, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 70, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a04607; background: linear-gradient(135deg, #a04607, #94A007);