#a07607
a dark, electric yellow · warm · closest name: peru
RGB
160, 118, 7
HSL
44°, 92%, 33%
CMYK
0, 26, 96, 37
Luminance
0.2045
Every format
| HEX | #a07607 |
| RGB | rgb(160, 118, 7) |
| HSL | hsl(44, 92%, 33%) |
| CMYK | cmyk(0%, 26%, 96%, 37%) |
| LAB | lab(52.3 7.8 57.1) |
| LCH | lch(52.3 57.7 82.2) |
| OKLCH | oklch(0.592 0.120 83.2) |
Copy-ready code
/* CSS */
color: #a07607;
background-color: #a07607;
/* Tailwind (arbitrary) */
class="text-[#a07607] bg-[#a07607]"
/* SCSS */
$brand: #a07607;
/* SwiftUI */
Color(red: 0.627, green: 0.463, blue: 0.027)
/* Android */
Color.parseColor("#a07607")Accessibility — WCAG contrast
Aa
#a07607 on white: 4.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a07607 on black: 5.09:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green46.3%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta26.2%
Yellow95.6%
Key (black)37.3%
Color previews
#a07607 text on a black background
contrast 5.09:1
Card sample
#a07607 text on a white background
contrast 4.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a07607;
Background color
Panel with #a07607 background
background-color: #a07607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a07607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 118, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 118, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a07607; background: linear-gradient(135deg, #a07607, #64A007);