#a78708
a dark, electric yellow · cool · closest name: olive
RGB
167, 135, 8
HSL
48°, 91%, 34%
CMYK
0, 19, 95, 35
Luminance
0.2556
Every format
| HEX | #a78708 |
| RGB | rgb(167, 135, 8) |
| HSL | hsl(48, 91%, 34%) |
| CMYK | cmyk(0%, 19%, 95%, 35%) |
| LAB | lab(57.6 1.5 61.2) |
| LCH | lch(57.6 61.2 88.6) |
| OKLCH | oklch(0.635 0.128 91.7) |
Copy-ready code
/* CSS */
color: #a78708;
background-color: #a78708;
/* Tailwind (arbitrary) */
class="text-[#a78708] bg-[#a78708]"
/* SCSS */
$brand: #a78708;
/* SwiftUI */
Color(red: 0.655, green: 0.529, blue: 0.031)
/* Android */
Color.parseColor("#a78708")Accessibility — WCAG contrast
Aa
#a78708 on white: 3.44:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#a78708 on black: 6.11:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red65.5%
Green52.9%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta19.2%
Yellow95.2%
Key (black)34.5%
Color previews
#a78708 text on a black background
contrast 6.11:1
Card sample
#a78708 text on a white background
contrast 3.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a78708;
Background color
Panel with #a78708 background
background-color: #a78708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a78708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(167, 135, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(167, 135, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a78708; background: linear-gradient(135deg, #a78708, #5DA708);