#a2eb8c
a light, vivid green · cool · closest name: aquamarine
RGB
162, 235, 140
HSL
106°, 70%, 74%
CMYK
31, 0, 40, 8
Luminance
0.6899
Every format
| HEX | #a2eb8c |
| RGB | rgb(162, 235, 140) |
| HSL | hsl(106, 70%, 74%) |
| CMYK | cmyk(31%, 0%, 40%, 8%) |
| LAB | lab(86.5 -40.0 39.0) |
| LCH | lch(86.5 55.9 135.7) |
| OKLCH | oklch(0.870 0.145 138.7) |
Copy-ready code
/* CSS */
color: #a2eb8c;
background-color: #a2eb8c;
/* Tailwind (arbitrary) */
class="text-[#a2eb8c] bg-[#a2eb8c]"
/* SCSS */
$brand: #a2eb8c;
/* SwiftUI */
Color(red: 0.635, green: 0.922, blue: 0.549)
/* Android */
Color.parseColor("#a2eb8c")Accessibility — WCAG contrast
Aa
#a2eb8c on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2eb8c on black: 14.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green92.2%
Blue54.9%
CMYK percentages
Cyan31.1%
Magenta0.0%
Yellow40.4%
Key (black)7.8%
Color previews
#a2eb8c text on a black background
contrast 14.80:1
Card sample
#a2eb8c text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2eb8c;
Background color
Panel with #a2eb8c background
background-color: #a2eb8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2eb8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 235, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 235, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2eb8c; background: linear-gradient(135deg, #a2eb8c, #8CEBB5);