#a2f366
a light, electric green · cool · closest name: olivedrab
RGB
162, 243, 102
HSL
95°, 86%, 68%
CMYK
33, 0, 58, 5
Luminance
0.7274
Every format
| HEX | #a2f366 |
| RGB | rgb(162, 243, 102) |
| HSL | hsl(95, 86%, 68%) |
| CMYK | cmyk(33%, 0%, 58%, 5%) |
| LAB | lab(88.3 -47.8 59.0) |
| LCH | lch(88.3 76.0 129.0) |
| OKLCH | oklch(0.883 0.192 133.9) |
Copy-ready code
/* CSS */
color: #a2f366;
background-color: #a2f366;
/* Tailwind (arbitrary) */
class="text-[#a2f366] bg-[#a2f366]"
/* SCSS */
$brand: #a2f366;
/* SwiftUI */
Color(red: 0.635, green: 0.953, blue: 0.400)
/* Android */
Color.parseColor("#a2f366")Accessibility — WCAG contrast
Aa
#a2f366 on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2f366 on black: 15.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green95.3%
Blue40.0%
CMYK percentages
Cyan33.3%
Magenta0.0%
Yellow58.0%
Key (black)4.7%
Color previews
#a2f366 text on a black background
contrast 15.55:1
Card sample
#a2f366 text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2f366;
Background color
Panel with #a2f366 background
background-color: #a2f366;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2f366;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 243, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 243, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2f366; background: linear-gradient(135deg, #a2f366, #66F388);