#a2e619
a balanced, electric green · cool · closest name: yellow
RGB
162, 230, 25
HSL
80°, 80%, 50%
CMYK
30, 0, 89, 10
Luminance
0.6435
Every format
| HEX | #a2e619 |
| RGB | rgb(162, 230, 25) |
| HSL | hsl(80, 80%, 50%) |
| CMYK | cmyk(30%, 0%, 89%, 10%) |
| LAB | lab(84.1 -46.7 79.4) |
| LCH | lch(84.1 92.1 120.5) |
| OKLCH | oklch(0.848 0.218 128.3) |
Copy-ready code
/* CSS */
color: #a2e619;
background-color: #a2e619;
/* Tailwind (arbitrary) */
class="text-[#a2e619] bg-[#a2e619]"
/* SCSS */
$brand: #a2e619;
/* SwiftUI */
Color(red: 0.635, green: 0.902, blue: 0.098)
/* Android */
Color.parseColor("#a2e619")Accessibility — WCAG contrast
Aa
#a2e619 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2e619 on black: 13.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green90.2%
Blue9.8%
CMYK percentages
Cyan29.6%
Magenta0.0%
Yellow89.1%
Key (black)9.8%
Color previews
#a2e619 text on a black background
contrast 13.87:1
Card sample
#a2e619 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2e619;
Background color
Panel with #a2e619 background
background-color: #a2e619;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2e619;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 230, 25, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 230, 25, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2e619; background: linear-gradient(135deg, #a2e619, #19E619);