#a0eb2d
a balanced, electric green · cool · closest name: yellow
RGB
160, 235, 45
HSL
84°, 83%, 55%
CMYK
32, 0, 81, 8
Luminance
0.6708
Every format
| HEX | #a0eb2d |
| RGB | rgb(160, 235, 45) |
| HSL | hsl(84, 83%, 55%) |
| CMYK | cmyk(32%, 0%, 81%, 8%) |
| LAB | lab(85.5 -48.9 76.4) |
| LCH | lch(85.5 90.7 122.6) |
| OKLCH | oklch(0.859 0.218 129.9) |
Copy-ready code
/* CSS */
color: #a0eb2d;
background-color: #a0eb2d;
/* Tailwind (arbitrary) */
class="text-[#a0eb2d] bg-[#a0eb2d]"
/* SCSS */
$brand: #a0eb2d;
/* SwiftUI */
Color(red: 0.627, green: 0.922, blue: 0.176)
/* Android */
Color.parseColor("#a0eb2d")Accessibility — WCAG contrast
Aa
#a0eb2d on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a0eb2d on black: 14.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green92.2%
Blue17.6%
CMYK percentages
Cyan31.9%
Magenta0.0%
Yellow80.9%
Key (black)7.8%
Color previews
#a0eb2d text on a black background
contrast 14.42:1
Card sample
#a0eb2d text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a0eb2d;
Background color
Panel with #a0eb2d background
background-color: #a0eb2d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a0eb2d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 235, 45, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 235, 45, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a0eb2d; background: linear-gradient(135deg, #a0eb2d, #2DEB39);