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