#a2e430
a balanced, electric green · cool · closest name: yellow
RGB
162, 228, 48
HSL
82°, 77%, 54%
CMYK
29, 0, 79, 11
Luminance
0.6338
Every format
| HEX | #a2e430 |
| RGB | rgb(162, 228, 48) |
| HSL | hsl(82, 77%, 54%) |
| CMYK | cmyk(29%, 0%, 79%, 11%) |
| LAB | lab(83.6 -45.1 73.9) |
| LCH | lch(83.6 86.6 121.4) |
| OKLCH | oklch(0.844 0.208 128.6) |
Copy-ready code
/* CSS */
color: #a2e430;
background-color: #a2e430;
/* Tailwind (arbitrary) */
class="text-[#a2e430] bg-[#a2e430]"
/* SCSS */
$brand: #a2e430;
/* SwiftUI */
Color(red: 0.635, green: 0.894, blue: 0.188)
/* Android */
Color.parseColor("#a2e430")Accessibility — WCAG contrast
Aa
#a2e430 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2e430 on black: 13.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green89.4%
Blue18.8%
CMYK percentages
Cyan28.9%
Magenta0.0%
Yellow78.9%
Key (black)10.6%
Color previews
#a2e430 text on a black background
contrast 13.68:1
Card sample
#a2e430 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2e430;
Background color
Panel with #a2e430 background
background-color: #a2e430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2e430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 228, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 228, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2e430; background: linear-gradient(135deg, #a2e430, #30E436);