#a49708
a dark, electric yellow · cool · closest name: olive
RGB
164, 151, 8
HSL
55°, 91%, 34%
CMYK
0, 8, 95, 36
Luminance
0.3004
Every format
| HEX | #a49708 |
| RGB | rgb(164, 151, 8) |
| HSL | hsl(55, 91%, 34%) |
| CMYK | cmyk(0%, 8%, 95%, 36%) |
| LAB | lab(61.7 -8.6 64.1) |
| LCH | lch(61.7 64.7 97.6) |
| OKLCH | oklch(0.667 0.139 103.3) |
Copy-ready code
/* CSS */
color: #a49708;
background-color: #a49708;
/* Tailwind (arbitrary) */
class="text-[#a49708] bg-[#a49708]"
/* SCSS */
$brand: #a49708;
/* SwiftUI */
Color(red: 0.643, green: 0.592, blue: 0.031)
/* Android */
Color.parseColor("#a49708")Accessibility — WCAG contrast
Aa
#a49708 on white: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a49708 on black: 7.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green59.2%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta7.9%
Yellow95.1%
Key (black)35.7%
Color previews
#a49708 text on a black background
contrast 7.01:1
Card sample
#a49708 text on a white background
contrast 3.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a49708;
Background color
Panel with #a49708 background
background-color: #a49708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a49708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 151, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 151, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a49708; background: linear-gradient(135deg, #a49708, #49A408);