#a2f032
a balanced, electric green · cool · closest name: yellow
RGB
162, 240, 50
HSL
85°, 86%, 57%
CMYK
33, 0, 79, 6
Luminance
0.7023
Every format
| HEX | #a2f032 |
| RGB | rgb(162, 240, 50) |
| HSL | hsl(85, 86%, 57%) |
| CMYK | cmyk(33%, 0%, 79%, 6%) |
| LAB | lab(87.1 -50.1 76.5) |
| LCH | lch(87.1 91.5 123.2) |
| OKLCH | oklch(0.872 0.221 130.3) |
Copy-ready code
/* CSS */
color: #a2f032;
background-color: #a2f032;
/* Tailwind (arbitrary) */
class="text-[#a2f032] bg-[#a2f032]"
/* SCSS */
$brand: #a2f032;
/* SwiftUI */
Color(red: 0.635, green: 0.941, blue: 0.196)
/* Android */
Color.parseColor("#a2f032")Accessibility — WCAG contrast
Aa
#a2f032 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2f032 on black: 15.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green94.1%
Blue19.6%
CMYK percentages
Cyan32.5%
Magenta0.0%
Yellow79.2%
Key (black)5.9%
Color previews
#a2f032 text on a black background
contrast 15.05:1
Card sample
#a2f032 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2f032;
Background color
Panel with #a2f032 background
background-color: #a2f032;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2f032;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 240, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 240, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2f032; background: linear-gradient(135deg, #a2f032, #32F041);