#a5a708
a dark, electric yellow · cool · closest name: olive
RGB
165, 167, 8
HSL
61°, 91%, 34%
CMYK
1, 0, 95, 35
Luminance
0.3565
Every format
| HEX | #a5a708 |
| RGB | rgb(165, 167, 8) |
| HSL | hsl(61, 91%, 34%) |
| CMYK | cmyk(1%, 0%, 95%, 35%) |
| LAB | lab(66.3 -16.5 67.6) |
| LCH | lch(66.3 69.6 103.7) |
| OKLCH | oklch(0.704 0.153 110.6) |
Copy-ready code
/* CSS */
color: #a5a708;
background-color: #a5a708;
/* Tailwind (arbitrary) */
class="text-[#a5a708] bg-[#a5a708]"
/* SCSS */
$brand: #a5a708;
/* SwiftUI */
Color(red: 0.647, green: 0.655, blue: 0.031)
/* Android */
Color.parseColor("#a5a708")Accessibility — WCAG contrast
Aa
#a5a708 on white: 2.58:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a5a708 on black: 8.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green65.5%
Blue3.1%
CMYK percentages
Cyan1.2%
Magenta0.0%
Yellow95.2%
Key (black)34.5%
Color previews
#a5a708 text on a black background
contrast 8.13:1
Card sample
#a5a708 text on a white background
contrast 2.58:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a5a708;
Background color
Panel with #a5a708 background
background-color: #a5a708;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a5a708;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 167, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 167, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a5a708; background: linear-gradient(135deg, #a5a708, #3BA708);