#a5e20c
a balanced, electric green · cool · closest name: yellow
RGB
165, 226, 12
HSL
77°, 90%, 47%
CMYK
27, 0, 95, 11
Luminance
0.6242
Every format
| HEX | #a5e20c |
| RGB | rgb(165, 226, 12) |
| HSL | hsl(77, 90%, 47%) |
| CMYK | cmyk(27%, 0%, 95%, 11%) |
| LAB | lab(83.1 -44.1 80.3) |
| LCH | lch(83.1 91.6 118.8) |
| OKLCH | oklch(0.840 0.214 126.9) |
Copy-ready code
/* CSS */
color: #a5e20c;
background-color: #a5e20c;
/* Tailwind (arbitrary) */
class="text-[#a5e20c] bg-[#a5e20c]"
/* SCSS */
$brand: #a5e20c;
/* SwiftUI */
Color(red: 0.647, green: 0.886, blue: 0.047)
/* Android */
Color.parseColor("#a5e20c")Accessibility — WCAG contrast
Aa
#a5e20c on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a5e20c on black: 13.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red64.7%
Green88.6%
Blue4.7%
CMYK percentages
Cyan27.0%
Magenta0.0%
Yellow94.7%
Key (black)11.4%
Color previews
#a5e20c text on a black background
contrast 13.48:1
Card sample
#a5e20c text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a5e20c;
Background color
Panel with #a5e20c background
background-color: #a5e20c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a5e20c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(165, 226, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(165, 226, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a5e20c; background: linear-gradient(135deg, #a5e20c, #16E20C);