#7aef9b
a light, electric green · cool · closest name: aquamarine
RGB
122, 239, 155
HSL
137°, 79%, 71%
CMYK
49, 0, 35, 6
Luminance
0.6824
Every format
| HEX | #7aef9b |
| RGB | rgb(122, 239, 155) |
| HSL | hsl(137, 79%, 71%) |
| CMYK | cmyk(49%, 0%, 35%, 6%) |
| LAB | lab(86.1 -51.0 30.7) |
| LCH | lch(86.1 59.6 149.0) |
| OKLCH | oklch(0.863 0.159 151.0) |
Copy-ready code
/* CSS */
color: #7aef9b;
background-color: #7aef9b;
/* Tailwind (arbitrary) */
class="text-[#7aef9b] bg-[#7aef9b]"
/* SCSS */
$brand: #7aef9b;
/* SwiftUI */
Color(red: 0.478, green: 0.937, blue: 0.608)
/* Android */
Color.parseColor("#7aef9b")Accessibility — WCAG contrast
Aa
#7aef9b on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7aef9b on black: 14.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green93.7%
Blue60.8%
CMYK percentages
Cyan49.0%
Magenta0.0%
Yellow35.1%
Key (black)6.3%
Color previews
#7aef9b text on a black background
contrast 14.65:1
Card sample
#7aef9b text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7aef9b;
Background color
Panel with #7aef9b background
background-color: #7aef9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7aef9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 239, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 239, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7aef9b; background: linear-gradient(135deg, #7aef9b, #7AEFE9);