#a07000
a dark, electric yellow · warm · closest name: peru
RGB
160, 112, 0
HSL
42°, 100%, 31%
CMYK
0, 30, 100, 37
Luminance
0.1906
Every format
| HEX | #a07000 |
| RGB | rgb(160, 112, 0) |
| HSL | hsl(42, 100%, 31%) |
| CMYK | cmyk(0%, 30%, 100%, 37%) |
| LAB | lab(50.8 11.1 57.4) |
| LCH | lch(50.8 58.5 79.1) |
| OKLCH | oklch(0.580 0.120 78.9) |
Copy-ready code
/* CSS */
color: #a07000;
background-color: #a07000;
/* Tailwind (arbitrary) */
class="text-[#a07000] bg-[#a07000]"
/* SCSS */
$brand: #a07000;
/* SwiftUI */
Color(red: 0.627, green: 0.439, blue: 0.000)
/* Android */
Color.parseColor("#a07000")Accessibility — WCAG contrast
Aa
#a07000 on white: 4.36:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a07000 on black: 4.81:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green43.9%
Blue0.0%
CMYK percentages
Cyan0.0%
Magenta30.0%
Yellow100.0%
Key (black)37.3%
Color previews
#a07000 text on a black background
contrast 4.81:1
Card sample
#a07000 text on a white background
contrast 4.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a07000;
Background color
Panel with #a07000 background
background-color: #a07000;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a07000;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 112, 0, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 112, 0, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a07000; background: linear-gradient(135deg, #a07000, #65A000);