#a9b708
a dark, electric yellow · cool · closest name: olive
RGB
169, 183, 8
HSL
65°, 92%, 38%
CMYK
8, 0, 96, 28
Luminance
0.4232
Every format
| HEX | #a9b708 |
| RGB | rgb(169, 183, 8) |
| HSL | hsl(65, 92%, 38%) |
| CMYK | cmyk(8%, 0%, 96%, 28%) |
| LAB | lab(71.1 -22.8 71.4) |
| LCH | lch(71.1 75.0 107.7) |
| OKLCH | oklch(0.743 0.167 115.2) |
Copy-ready code
/* CSS */
color: #a9b708;
background-color: #a9b708;
/* Tailwind (arbitrary) */
class="text-[#a9b708] bg-[#a9b708]"
/* SCSS */
$brand: #a9b708;
/* SwiftUI */
Color(red: 0.663, green: 0.718, blue: 0.031)
/* Android */
Color.parseColor("#a9b708")Accessibility — WCAG contrast
Aa
#a9b708 on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a9b708 on black: 9.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red66.3%
Green71.8%
Blue3.1%
CMYK percentages
Cyan7.7%
Magenta0.0%
Yellow95.6%
Key (black)28.2%
Color previews
#a9b708 text on a black background
contrast 9.46:1
Card sample
#a9b708 text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a9b708;
Background color
Panel with #a9b708 background
background-color: #a9b708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a9b708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(169, 183, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(169, 183, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a9b708; background: linear-gradient(135deg, #a9b708, #34B708);