#a67607
a dark, electric yellow · warm · closest name: peru
RGB
166, 118, 7
HSL
42°, 92%, 34%
CMYK
0, 29, 96, 35
Luminance
0.2108
Every format
| HEX | #a67607 |
| RGB | rgb(166, 118, 7) |
| HSL | hsl(42, 92%, 34%) |
| CMYK | cmyk(0%, 29%, 96%, 35%) |
| LAB | lab(53.0 10.6 58.0) |
| LCH | lch(53.0 58.9 79.7) |
| OKLCH | oklch(0.599 0.122 79.7) |
Copy-ready code
/* CSS */
color: #a67607;
background-color: #a67607;
/* Tailwind (arbitrary) */
class="text-[#a67607] bg-[#a67607]"
/* SCSS */
$brand: #a67607;
/* SwiftUI */
Color(red: 0.651, green: 0.463, blue: 0.027)
/* Android */
Color.parseColor("#a67607")Accessibility — WCAG contrast
Aa
#a67607 on white: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a67607 on black: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.1%
Green46.3%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta28.9%
Yellow95.8%
Key (black)34.9%
Color previews
#a67607 text on a black background
contrast 5.22:1
Card sample
#a67607 text on a white background
contrast 4.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a67607;
Background color
Panel with #a67607 background
background-color: #a67607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a67607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(166, 118, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(166, 118, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a67607; background: linear-gradient(135deg, #a67607, #6CA607);