#a2ff69
a light, electric green · cool · closest name: lime
RGB
162, 255, 105
HSL
97°, 100%, 71%
CMYK
37, 0, 59, 0
Luminance
0.8022
Every format
| HEX | #a2ff69 |
| RGB | rgb(162, 255, 105) |
| HSL | hsl(97, 100%, 71%) |
| CMYK | cmyk(37%, 0%, 59%, 0%) |
| LAB | lab(91.8 -52.5 61.7) |
| LCH | lch(91.8 81.0 130.4) |
| OKLCH | oklch(0.911 0.205 135.3) |
Copy-ready code
/* CSS */
color: #a2ff69;
background-color: #a2ff69;
/* Tailwind (arbitrary) */
class="text-[#a2ff69] bg-[#a2ff69]"
/* SCSS */
$brand: #a2ff69;
/* SwiftUI */
Color(red: 0.635, green: 1.000, blue: 0.412)
/* Android */
Color.parseColor("#a2ff69")Accessibility — WCAG contrast
Aa
#a2ff69 on white: 1.23:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2ff69 on black: 17.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green100.0%
Blue41.2%
CMYK percentages
Cyan36.5%
Magenta0.0%
Yellow58.8%
Key (black)0.0%
Color previews
#a2ff69 text on a black background
contrast 17.04:1
Card sample
#a2ff69 text on a white background
contrast 1.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2ff69;
Background color
Panel with #a2ff69 background
background-color: #a2ff69;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2ff69;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 255, 105, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 255, 105, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2ff69; background: linear-gradient(135deg, #a2ff69, #69FF94);