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