#a88607
a dark, electric yellow · cool · closest name: olive
RGB
168, 134, 7
HSL
47°, 92%, 34%
CMYK
0, 20, 96, 34
Luminance
0.2539
Every format
| HEX | #a88607 |
| RGB | rgb(168, 134, 7) |
| HSL | hsl(47, 92%, 34%) |
| CMYK | cmyk(0%, 20%, 96%, 34%) |
| LAB | lab(57.5 2.5 61.3) |
| LCH | lch(57.5 61.3 87.7) |
| OKLCH | oklch(0.634 0.128 90.5) |
Copy-ready code
/* CSS */
color: #a88607;
background-color: #a88607;
/* Tailwind (arbitrary) */
class="text-[#a88607] bg-[#a88607]"
/* SCSS */
$brand: #a88607;
/* SwiftUI */
Color(red: 0.659, green: 0.525, blue: 0.027)
/* Android */
Color.parseColor("#a88607")Accessibility — WCAG contrast
Aa
#a88607 on white: 3.46:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a88607 on black: 6.08:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.9%
Green52.5%
Blue2.7%
CMYK percentages
Cyan0.0%
Magenta20.2%
Yellow95.8%
Key (black)34.1%
Color previews
#a88607 text on a black background
contrast 6.08:1
Card sample
#a88607 text on a white background
contrast 3.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a88607;
Background color
Panel with #a88607 background
background-color: #a88607;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a88607;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(168, 134, 7, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(168, 134, 7, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a88607; background: linear-gradient(135deg, #a88607, #5FA807);