#a4aa22
a dark, vivid yellow · cool · closest name: olive
RGB
164, 170, 34
HSL
63°, 67%, 40%
CMYK
4, 0, 80, 33
Luminance
0.3676
Every format
| HEX | #a4aa22 |
| RGB | rgb(164, 170, 34) |
| HSL | hsl(63, 67%, 40%) |
| CMYK | cmyk(4%, 0%, 80%, 33%) |
| LAB | lab(67.1 -17.8 63.0) |
| LCH | lch(67.1 65.5 105.8) |
| OKLCH | oklch(0.710 0.148 112.3) |
Copy-ready code
/* CSS */
color: #a4aa22;
background-color: #a4aa22;
/* Tailwind (arbitrary) */
class="text-[#a4aa22] bg-[#a4aa22]"
/* SCSS */
$brand: #a4aa22;
/* SwiftUI */
Color(red: 0.643, green: 0.667, blue: 0.133)
/* Android */
Color.parseColor("#a4aa22")Accessibility — WCAG contrast
Aa
#a4aa22 on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a4aa22 on black: 8.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green66.7%
Blue13.3%
CMYK percentages
Cyan3.5%
Magenta0.0%
Yellow80.0%
Key (black)33.3%
Color previews
#a4aa22 text on a black background
contrast 8.35:1
Card sample
#a4aa22 text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a4aa22;
Background color
Panel with #a4aa22 background
background-color: #a4aa22;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a4aa22;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 170, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 170, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a4aa22; background: linear-gradient(135deg, #a4aa22, #49AA22);