#a99708
a dark, electric yellow · cool · closest name: olive
RGB
169, 151, 8
HSL
53°, 91%, 35%
CMYK
0, 11, 95, 34
Luminance
0.3059
Every format
| HEX | #a99708 |
| RGB | rgb(169, 151, 8) |
| HSL | hsl(53, 91%, 35%) |
| CMYK | cmyk(0%, 11%, 95%, 34%) |
| LAB | lab(62.2 -6.3 64.7) |
| LCH | lch(62.2 65.0 95.6) |
| OKLCH | oklch(0.672 0.138 100.7) |
Copy-ready code
/* CSS */
color: #a99708;
background-color: #a99708;
/* Tailwind (arbitrary) */
class="text-[#a99708] bg-[#a99708]"
/* SCSS */
$brand: #a99708;
/* SwiftUI */
Color(red: 0.663, green: 0.592, blue: 0.031)
/* Android */
Color.parseColor("#a99708")Accessibility — WCAG contrast
Aa
#a99708 on white: 2.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a99708 on black: 7.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green59.2%
Blue3.1%
CMYK percentages
Cyan0.0%
Magenta10.7%
Yellow95.3%
Key (black)33.7%
Color previews
#a99708 text on a black background
contrast 7.12:1
Card sample
#a99708 text on a white background
contrast 2.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a99708;
Background color
Panel with #a99708 background
background-color: #a99708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a99708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 151, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 151, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a99708; background: linear-gradient(135deg, #a99708, #50A908);