#a2fd8f
a light, electric green · cool · closest name: aquamarine
RGB
162, 253, 143
HSL
110°, 97%, 78%
CMYK
36, 0, 44, 1
Luminance
0.7992
Every format
| HEX | #a2fd8f |
| RGB | rgb(162, 253, 143) |
| HSL | hsl(110, 97%, 78%) |
| CMYK | cmyk(36%, 0%, 44%, 1%) |
| LAB | lab(91.7 -47.4 44.2) |
| LCH | lch(91.7 64.8 137.0) |
| OKLCH | oklch(0.912 0.169 140.2) |
Copy-ready code
/* CSS */
color: #a2fd8f;
background-color: #a2fd8f;
/* Tailwind (arbitrary) */
class="text-[#a2fd8f] bg-[#a2fd8f]"
/* SCSS */
$brand: #a2fd8f;
/* SwiftUI */
Color(red: 0.635, green: 0.992, blue: 0.561)
/* Android */
Color.parseColor("#a2fd8f")Accessibility — WCAG contrast
Aa
#a2fd8f on white: 1.24:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#a2fd8f on black: 16.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red63.5%
Green99.2%
Blue56.1%
CMYK percentages
Cyan36.0%
Magenta0.0%
Yellow43.5%
Key (black)0.8%
Color previews
#a2fd8f text on a black background
contrast 16.98:1
Card sample
#a2fd8f text on a white background
contrast 1.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #a2fd8f;
Background color
Panel with #a2fd8f background
background-color: #a2fd8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #a2fd8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(162, 253, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(162, 253, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #a2fd8f; background: linear-gradient(135deg, #a2fd8f, #8FFDC5);