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