#7aef63
a light, electric green · cool · closest name: forestgreen
RGB
122, 239, 99
HSL
110°, 81%, 66%
CMYK
49, 0, 59, 6
Luminance
0.6677
Every format
| HEX | #7aef63 |
| RGB | rgb(122, 239, 99) |
| HSL | hsl(110, 81%, 66%) |
| CMYK | cmyk(49%, 0%, 59%, 6%) |
| LAB | lab(85.4 -58.8 56.5) |
| LCH | lch(85.4 81.5 136.1) |
| OKLCH | oklch(0.854 0.209 140.5) |
Copy-ready code
/* CSS */
color: #7aef63;
background-color: #7aef63;
/* Tailwind (arbitrary) */
class="text-[#7aef63] bg-[#7aef63]"
/* SCSS */
$brand: #7aef63;
/* SwiftUI */
Color(red: 0.478, green: 0.937, blue: 0.388)
/* Android */
Color.parseColor("#7aef63")Accessibility — WCAG contrast
Aa
#7aef63 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7aef63 on black: 14.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green93.7%
Blue38.8%
CMYK percentages
Cyan49.0%
Magenta0.0%
Yellow58.6%
Key (black)6.3%
Color previews
#7aef63 text on a black background
contrast 14.35:1
Card sample
#7aef63 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7aef63;
Background color
Panel with #7aef63 background
background-color: #7aef63;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7aef63;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 239, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 239, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7aef63; background: linear-gradient(135deg, #7aef63, #63EFA9);