#a2f663
a light, electric green · cool · closest name: forestgreen
RGB
162, 246, 99
HSL
94°, 89%, 68%
CMYK
34, 0, 60, 4
Luminance
0.7449
Every format
| HEX | #a2f663 |
| RGB | rgb(162, 246, 99) |
| HSL | hsl(94, 89%, 68%) |
| CMYK | cmyk(34%, 0%, 60%, 4%) |
| LAB | lab(89.2 -49.3 61.3) |
| LCH | lch(89.2 78.7 128.8) |
| OKLCH | oklch(0.890 0.198 133.9) |
Copy-ready code
/* CSS */
color: #a2f663;
background-color: #a2f663;
/* Tailwind (arbitrary) */
class="text-[#a2f663] bg-[#a2f663]"
/* SCSS */
$brand: #a2f663;
/* SwiftUI */
Color(red: 0.635, green: 0.965, blue: 0.388)
/* Android */
Color.parseColor("#a2f663")Accessibility — WCAG contrast
Aa
#a2f663 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2f663 on black: 15.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green96.5%
Blue38.8%
CMYK percentages
Cyan34.1%
Magenta0.0%
Yellow59.8%
Key (black)3.5%
Color previews
#a2f663 text on a black background
contrast 15.90:1
Card sample
#a2f663 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2f663;
Background color
Panel with #a2f663 background
background-color: #a2f663;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2f663;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 246, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 246, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2f663; background: linear-gradient(135deg, #a2f663, #63F686);