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