#a2eb65
a light, electric green · cool · closest name: olivedrab
RGB
162, 235, 101
HSL
93°, 77%, 66%
CMYK
31, 0, 57, 8
Luminance
0.6804
Every format
| HEX | #a2eb65 |
| RGB | rgb(162, 235, 101) |
| HSL | hsl(93, 77%, 66%) |
| CMYK | cmyk(31%, 0%, 57%, 8%) |
| LAB | lab(86.0 -44.5 56.9) |
| LCH | lch(86.0 72.2 128.0) |
| OKLCH | oklch(0.864 0.182 132.9) |
Copy-ready code
/* CSS */
color: #a2eb65;
background-color: #a2eb65;
/* Tailwind (arbitrary) */
class="text-[#a2eb65] bg-[#a2eb65]"
/* SCSS */
$brand: #a2eb65;
/* SwiftUI */
Color(red: 0.635, green: 0.922, blue: 0.396)
/* Android */
Color.parseColor("#a2eb65")Accessibility — WCAG contrast
Aa
#a2eb65 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2eb65 on black: 14.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green92.2%
Blue39.6%
CMYK percentages
Cyan31.1%
Magenta0.0%
Yellow57.0%
Key (black)7.8%
Color previews
#a2eb65 text on a black background
contrast 14.61:1
Card sample
#a2eb65 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2eb65;
Background color
Panel with #a2eb65 background
background-color: #a2eb65;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2eb65;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 235, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 235, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2eb65; background: linear-gradient(135deg, #a2eb65, #65EB81);