#a0e741
a balanced, electric green · cool · closest name: yellow
RGB
160, 231, 65
HSL
86°, 78%, 58%
CMYK
31, 0, 72, 9
Luminance
0.6501
Every format
| HEX | #a0e741 |
| RGB | rgb(160, 231, 65) |
| HSL | hsl(86, 78%, 58%) |
| CMYK | cmyk(31%, 0%, 72%, 9%) |
| LAB | lab(84.5 -46.3 69.4) |
| LCH | lch(84.5 83.4 123.7) |
| OKLCH | oklch(0.851 0.204 130.2) |
Copy-ready code
/* CSS */
color: #a0e741;
background-color: #a0e741;
/* Tailwind (arbitrary) */
class="text-[#a0e741] bg-[#a0e741]"
/* SCSS */
$brand: #a0e741;
/* SwiftUI */
Color(red: 0.627, green: 0.906, blue: 0.255)
/* Android */
Color.parseColor("#a0e741")Accessibility — WCAG contrast
Aa
#a0e741 on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a0e741 on black: 14.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red62.7%
Green90.6%
Blue25.5%
CMYK percentages
Cyan30.7%
Magenta0.0%
Yellow71.9%
Key (black)9.4%
Color previews
#a0e741 text on a black background
contrast 14.00:1
Card sample
#a0e741 text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a0e741;
Background color
Panel with #a0e741 background
background-color: #a0e741;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a0e741;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(160, 231, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(160, 231, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a0e741; background: linear-gradient(135deg, #a0e741, #41E751);