#7aec8d
a light, electric green · cool · closest name: aquamarine
RGB
122, 236, 141
HSL
130°, 75%, 70%
CMYK
48, 0, 40, 8
Luminance
0.6605
Every format
| HEX | #7aec8d |
| RGB | rgb(122, 236, 141) |
| HSL | hsl(130, 75%, 70%) |
| CMYK | cmyk(48%, 0%, 40%, 8%) |
| LAB | lab(85.0 -52.1 36.3) |
| LCH | lch(85.0 63.5 145.2) |
| OKLCH | oklch(0.853 0.168 147.6) |
Copy-ready code
/* CSS */
color: #7aec8d;
background-color: #7aec8d;
/* Tailwind (arbitrary) */
class="text-[#7aec8d] bg-[#7aec8d]"
/* SCSS */
$brand: #7aec8d;
/* SwiftUI */
Color(red: 0.478, green: 0.925, blue: 0.553)
/* Android */
Color.parseColor("#7aec8d")Accessibility — WCAG contrast
Aa
#7aec8d on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7aec8d on black: 14.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green92.5%
Blue55.3%
CMYK percentages
Cyan48.3%
Magenta0.0%
Yellow40.3%
Key (black)7.5%
Color previews
#7aec8d text on a black background
contrast 14.21:1
Card sample
#7aec8d text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7aec8d;
Background color
Panel with #7aec8d background
background-color: #7aec8d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7aec8d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 236, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 236, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7aec8d; background: linear-gradient(135deg, #7aec8d, #7AECD9);