#7ce97f
a light, vivid green · cool · closest name: forestgreen
RGB
124, 233, 127
HSL
122°, 71%, 70%
CMYK
47, 0, 46, 9
Luminance
0.6410
Every format
| HEX | #7ce97f |
| RGB | rgb(124, 233, 127) |
| HSL | hsl(122, 71%, 70%) |
| CMYK | cmyk(47%, 0%, 46%, 9%) |
| LAB | lab(84.0 -52.5 41.9) |
| LCH | lch(84.0 67.1 141.4) |
| OKLCH | oklch(0.844 0.175 144.4) |
Copy-ready code
/* CSS */
color: #7ce97f;
background-color: #7ce97f;
/* Tailwind (arbitrary) */
class="text-[#7ce97f] bg-[#7ce97f]"
/* SCSS */
$brand: #7ce97f;
/* SwiftUI */
Color(red: 0.486, green: 0.914, blue: 0.498)
/* Android */
Color.parseColor("#7ce97f")Accessibility — WCAG contrast
Aa
#7ce97f on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ce97f on black: 13.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red48.6%
Green91.4%
Blue49.8%
CMYK percentages
Cyan46.8%
Magenta0.0%
Yellow45.5%
Key (black)8.6%
Color previews
#7ce97f text on a black background
contrast 13.82:1
Card sample
#7ce97f text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ce97f;
Background color
Panel with #7ce97f background
background-color: #7ce97f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ce97f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(124, 233, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(124, 233, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ce97f; background: linear-gradient(135deg, #7ce97f, #7CE9C8);