#a66607
a dark, electric orange · warm · closest name: peru
RGB
166, 102, 7
HSL
36°, 92%, 34%
CMYK
0, 39, 96, 35
Luminance
0.1763
Every format
| HEX | #a66607 |
| RGB | rgb(166, 102, 7) |
| HSL | hsl(36, 92%, 34%) |
| CMYK | cmyk(0%, 39%, 96%, 35%) |
| LAB | lab(49.0 19.6 55.1) |
| LCH | lch(49.0 58.5 70.4) |
| OKLCH | oklch(0.568 0.123 67.1) |
Copy-ready code
/* CSS */
color: #a66607;
background-color: #a66607;
/* Tailwind (arbitrary) */
class="text-[#a66607] bg-[#a66607]"
/* SCSS */
$brand: #a66607;
/* SwiftUI */
Color(red: 0.651, green: 0.400, blue: 0.027)
/* Android */
Color.parseColor("#a66607")Accessibility — WCAG contrast
Aa
#a66607 on white: 4.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#a66607 on black: 4.53:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green40.0%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta38.6%
Yellow95.8%
Key (black)34.9%
Color previews
#a66607 text on a black background
contrast 4.53:1
Card sample
#a66607 text on a white background
contrast 4.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a66607;
Background color
Panel with #a66607 background
background-color: #a66607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a66607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 102, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 102, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a66607; background: linear-gradient(135deg, #a66607, #7CA607);