#a87a0f
a dark, electric yellow · warm · closest name: peru
RGB
168, 122, 15
HSL
42°, 84%, 36%
CMYK
0, 27, 91, 34
Luminance
0.2228
Every format
| HEX | #a87a0f |
| RGB | rgb(168, 122, 15) |
| HSL | hsl(42, 84%, 36%) |
| CMYK | cmyk(0%, 27%, 91%, 34%) |
| LAB | lab(54.3 9.3 57.5) |
| LCH | lch(54.3 58.2 80.8) |
| OKLCH | oklch(0.610 0.122 81.1) |
Copy-ready code
/* CSS */
color: #a87a0f;
background-color: #a87a0f;
/* Tailwind (arbitrary) */
class="text-[#a87a0f] bg-[#a87a0f]"
/* SCSS */
$brand: #a87a0f;
/* SwiftUI */
Color(red: 0.659, green: 0.478, blue: 0.059)
/* Android */
Color.parseColor("#a87a0f")Accessibility — WCAG contrast
Aa
#a87a0f on white: 3.85:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a87a0f on black: 5.46:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green47.8%
Blue5.9%
CMYK percentages
Cyan0.0%
Magenta27.4%
Yellow91.1%
Key (black)34.1%
Color previews
#a87a0f text on a black background
contrast 5.46:1
Card sample
#a87a0f text on a white background
contrast 3.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a87a0f;
Background color
Panel with #a87a0f background
background-color: #a87a0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a87a0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 122, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 122, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a87a0f; background: linear-gradient(135deg, #a87a0f, #70A80F);