#a2e873
a light, vivid green · cool · closest name: khaki
RGB
162, 232, 115
HSL
96°, 72%, 68%
CMYK
30, 0, 50, 9
Luminance
0.6663
Every format
| HEX | #a2e873 |
| RGB | rgb(162, 232, 115) |
| HSL | hsl(96, 72%, 68%) |
| CMYK | cmyk(30%, 0%, 50%, 9%) |
| LAB | lab(85.3 -41.7 49.6) |
| LCH | lch(85.3 64.9 130.1) |
| OKLCH | oklch(0.859 0.166 134.2) |
Copy-ready code
/* CSS */
color: #a2e873;
background-color: #a2e873;
/* Tailwind (arbitrary) */
class="text-[#a2e873] bg-[#a2e873]"
/* SCSS */
$brand: #a2e873;
/* SwiftUI */
Color(red: 0.635, green: 0.910, blue: 0.451)
/* Android */
Color.parseColor("#a2e873")Accessibility — WCAG contrast
Aa
#a2e873 on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2e873 on black: 14.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green91.0%
Blue45.1%
CMYK percentages
Cyan30.2%
Magenta0.0%
Yellow50.4%
Key (black)9.0%
Color previews
#a2e873 text on a black background
contrast 14.33:1
Card sample
#a2e873 text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2e873;
Background color
Panel with #a2e873 background
background-color: #a2e873;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2e873;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 232, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 232, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2e873; background: linear-gradient(135deg, #a2e873, #73E892);