#a4a417
a dark, electric yellow · cool · closest name: olive
RGB
164, 164, 23
HSL
60°, 75%, 37%
CMYK
0, 0, 86, 36
Luminance
0.3451
Every format
| HEX | #a4a417 |
| RGB | rgb(164, 164, 23) |
| HSL | hsl(60, 75%, 37%) |
| CMYK | cmyk(0%, 0%, 86%, 36%) |
| LAB | lab(65.4 -15.1 64.4) |
| LCH | lch(65.4 66.1 103.2) |
| OKLCH | oklch(0.696 0.146 109.7) |
Copy-ready code
/* CSS */
color: #a4a417;
background-color: #a4a417;
/* Tailwind (arbitrary) */
class="text-[#a4a417] bg-[#a4a417]"
/* SCSS */
$brand: #a4a417;
/* SwiftUI */
Color(red: 0.643, green: 0.643, blue: 0.090)
/* Android */
Color.parseColor("#a4a417")Accessibility — WCAG contrast
Aa
#a4a417 on white: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a4a417 on black: 7.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green64.3%
Blue9.0%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow86.0%
Key (black)35.7%
Color previews
#a4a417 text on a black background
contrast 7.90:1
Card sample
#a4a417 text on a white background
contrast 2.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a4a417;
Background color
Panel with #a4a417 background
background-color: #a4a417;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a4a417;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 164, 23, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 164, 23, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a4a417; background: linear-gradient(135deg, #a4a417, #46A417);