#a4b921
a dark, vivid yellow · cool · closest name: olivedrab
RGB
164, 185, 33
HSL
68°, 70%, 43%
CMYK
11, 0, 82, 28
Luminance
0.4270
Every format
| HEX | #a4b921 |
| RGB | rgb(164, 185, 33) |
| HSL | hsl(68, 70%, 43%) |
| CMYK | cmyk(11%, 0%, 82%, 28%) |
| LAB | lab(71.3 -25.3 67.0) |
| LCH | lch(71.3 71.7 110.7) |
| OKLCH | oklch(0.744 0.164 117.9) |
Copy-ready code
/* CSS */
color: #a4b921;
background-color: #a4b921;
/* Tailwind (arbitrary) */
class="text-[#a4b921] bg-[#a4b921]"
/* SCSS */
$brand: #a4b921;
/* SwiftUI */
Color(red: 0.643, green: 0.725, blue: 0.129)
/* Android */
Color.parseColor("#a4b921")Accessibility — WCAG contrast
Aa
#a4b921 on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a4b921 on black: 9.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green72.5%
Blue12.9%
CMYK percentages
Cyan11.4%
Magenta0.0%
Yellow82.2%
Key (black)27.5%
Color previews
#a4b921 text on a black background
contrast 9.54:1
Card sample
#a4b921 text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a4b921;
Background color
Panel with #a4b921 background
background-color: #a4b921;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a4b921;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 185, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 185, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a4b921; background: linear-gradient(135deg, #a4b921, #3FB921);