#a06607
a dark, electric orange · warm · closest name: peru
RGB
160, 102, 7
HSL
37°, 92%, 33%
CMYK
0, 36, 96, 37
Luminance
0.1699
Every format
| HEX | #a06607 |
| RGB | rgb(160, 102, 7) |
| HSL | hsl(37, 92%, 33%) |
| CMYK | cmyk(0%, 36%, 96%, 37%) |
| LAB | lab(48.3 16.9 54.2) |
| LCH | lch(48.3 56.8 72.7) |
| OKLCH | oklch(0.560 0.119 70.2) |
Copy-ready code
/* CSS */
color: #a06607;
background-color: #a06607;
/* Tailwind (arbitrary) */
class="text-[#a06607] bg-[#a06607]"
/* SCSS */
$brand: #a06607;
/* SwiftUI */
Color(red: 0.627, green: 0.400, blue: 0.027)
/* Android */
Color.parseColor("#a06607")Accessibility — WCAG contrast
Aa
#a06607 on white: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a06607 on black: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green40.0%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta36.2%
Yellow95.6%
Key (black)37.3%
Color previews
#a06607 text on a black background
contrast 4.40:1
Card sample
#a06607 text on a white background
contrast 4.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a06607;
Background color
Panel with #a06607 background
background-color: #a06607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a06607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 102, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 102, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a06607; background: linear-gradient(135deg, #a06607, #74A007);