#a46607
a dark, electric orange · warm · closest name: peru
RGB
164, 102, 7
HSL
36°, 92%, 34%
CMYK
0, 38, 96, 36
Luminance
0.1741
Every format
| HEX | #a46607 |
| RGB | rgb(164, 102, 7) |
| HSL | hsl(36, 92%, 34%) |
| CMYK | cmyk(0%, 38%, 96%, 36%) |
| LAB | lab(48.8 18.7 54.8) |
| LCH | lch(48.8 57.9 71.2) |
| OKLCH | oklch(0.565 0.122 68.1) |
Copy-ready code
/* CSS */
color: #a46607;
background-color: #a46607;
/* Tailwind (arbitrary) */
class="text-[#a46607] bg-[#a46607]"
/* SCSS */
$brand: #a46607;
/* SwiftUI */
Color(red: 0.643, green: 0.400, blue: 0.027)
/* Android */
Color.parseColor("#a46607")Accessibility — WCAG contrast
Aa
#a46607 on white: 4.69:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a46607 on black: 4.48:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green40.0%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta37.8%
Yellow95.7%
Key (black)35.7%
Color previews
#a46607 text on a black background
contrast 4.48:1
Card sample
#a46607 text on a white background
contrast 4.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a46607;
Background color
Panel with #a46607 background
background-color: #a46607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a46607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 102, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 102, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a46607; background: linear-gradient(135deg, #a46607, #79A407);