#a4cc13
a dark, electric green · cool · closest name: yellow
RGB
164, 204, 19
HSL
73°, 83%, 44%
CMYK
20, 0, 91, 20
Luminance
0.5113
Every format
| HEX | #a4cc13 |
| RGB | rgb(164, 204, 19) |
| HSL | hsl(73, 83%, 44%) |
| CMYK | cmyk(20%, 0%, 91%, 20%) |
| LAB | lab(76.8 -34.6 74.3) |
| LCH | lch(76.8 82.0 115.0) |
| OKLCH | oklch(0.788 0.190 122.9) |
Copy-ready code
/* CSS */
color: #a4cc13;
background-color: #a4cc13;
/* Tailwind (arbitrary) */
class="text-[#a4cc13] bg-[#a4cc13]"
/* SCSS */
$brand: #a4cc13;
/* SwiftUI */
Color(red: 0.643, green: 0.800, blue: 0.075)
/* Android */
Color.parseColor("#a4cc13")Accessibility — WCAG contrast
Aa
#a4cc13 on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a4cc13 on black: 11.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.3%
Green80.0%
Blue7.5%
CMYK percentages
Cyan19.6%
Magenta0.0%
Yellow90.7%
Key (black)20.0%
Color previews
#a4cc13 text on a black background
contrast 11.23:1
Card sample
#a4cc13 text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a4cc13;
Background color
Panel with #a4cc13 background
background-color: #a4cc13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a4cc13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(164, 204, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(164, 204, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a4cc13; background: linear-gradient(135deg, #a4cc13, #29CC13);