#a05607
a dark, electric orange · warm · closest name: sienna
RGB
160, 86, 7
HSL
31°, 92%, 33%
CMYK
0, 46, 96, 37
Luminance
0.1414
Every format
| HEX | #a05607 |
| RGB | rgb(160, 86, 7) |
| HSL | hsl(31, 92%, 33%) |
| CMYK | cmyk(0%, 46%, 96%, 37%) |
| LAB | lab(44.4 25.9 51.5) |
| LCH | lch(44.4 57.6 63.3) |
| OKLCH | oklch(0.531 0.125 57.7) |
Copy-ready code
/* CSS */
color: #a05607;
background-color: #a05607;
/* Tailwind (arbitrary) */
class="text-[#a05607] bg-[#a05607]"
/* SCSS */
$brand: #a05607;
/* SwiftUI */
Color(red: 0.627, green: 0.337, blue: 0.027)
/* Android */
Color.parseColor("#a05607")Accessibility — WCAG contrast
Aa
#a05607 on white: 5.48:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a05607 on black: 3.83:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green33.7%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta46.3%
Yellow95.6%
Key (black)37.3%
Color previews
#a05607 text on a black background
contrast 3.83:1
Card sample
#a05607 text on a white background
contrast 5.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a05607;
Background color
Panel with #a05607 background
background-color: #a05607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a05607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 86, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 86, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a05607; background: linear-gradient(135deg, #a05607, #84A007);