#a4a813
a dark, electric yellow · cool · closest name: olive
RGB
164, 168, 19
HSL
62°, 80%, 37%
CMYK
2, 0, 89, 34
Luminance
0.3594
Every format
| HEX | #a4a813 |
| RGB | rgb(164, 168, 19) |
| HSL | hsl(62, 80%, 37%) |
| CMYK | cmyk(2%, 0%, 89%, 34%) |
| LAB | lab(66.5 -17.2 66.1) |
| LCH | lch(66.5 68.3 104.6) |
| OKLCH | oklch(0.705 0.151 111.5) |
Copy-ready code
/* CSS */
color: #a4a813;
background-color: #a4a813;
/* Tailwind (arbitrary) */
class="text-[#a4a813] bg-[#a4a813]"
/* SCSS */
$brand: #a4a813;
/* SwiftUI */
Color(red: 0.643, green: 0.659, blue: 0.075)
/* Android */
Color.parseColor("#a4a813")Accessibility — WCAG contrast
Aa
#a4a813 on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a4a813 on black: 8.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green65.9%
Blue7.5%
CMYK percentages
Cyan2.4%
Magenta0.0%
Yellow88.7%
Key (black)34.1%
Color previews
#a4a813 text on a black background
contrast 8.19:1
Card sample
#a4a813 text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a4a813;
Background color
Panel with #a4a813 background
background-color: #a4a813;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a4a813;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 168, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 168, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a4a813; background: linear-gradient(135deg, #a4a813, #41A813);