#7af97f
a light, electric green · cool · closest name: forestgreen
RGB
122, 249, 127
HSL
122°, 91%, 73%
CMYK
51, 0, 49, 2
Luminance
0.7342
Every format
| HEX | #7af97f |
| RGB | rgb(122, 249, 127) |
| HSL | hsl(122, 91%, 73%) |
| CMYK | cmyk(51%, 0%, 49%, 2%) |
| LAB | lab(88.7 -59.3 47.7) |
| LCH | lch(88.7 76.1 141.2) |
| OKLCH | oklch(0.882 0.198 144.4) |
Copy-ready code
/* CSS */
color: #7af97f;
background-color: #7af97f;
/* Tailwind (arbitrary) */
class="text-[#7af97f] bg-[#7af97f]"
/* SCSS */
$brand: #7af97f;
/* SwiftUI */
Color(red: 0.478, green: 0.976, blue: 0.498)
/* Android */
Color.parseColor("#7af97f")Accessibility — WCAG contrast
Aa
#7af97f on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7af97f on black: 15.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red47.8%
Green97.6%
Blue49.8%
CMYK percentages
Cyan51.0%
Magenta0.0%
Yellow49.0%
Key (black)2.4%
Color previews
#7af97f text on a black background
contrast 15.68:1
Card sample
#7af97f text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7af97f;
Background color
Panel with #7af97f background
background-color: #7af97f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7af97f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(122, 249, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(122, 249, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7af97f; background: linear-gradient(135deg, #7af97f, #7AF9D4);