#7dfb7c
a light, electric green · cool · closest name: forestgreen
RGB
125, 251, 124
HSL
120°, 94%, 74%
CMYK
50, 0, 51, 2
Luminance
0.7481
Every format
| HEX | #7dfb7c |
| RGB | rgb(125, 251, 124) |
| HSL | hsl(120, 94%, 74%) |
| CMYK | cmyk(50%, 0%, 51%, 2%) |
| LAB | lab(89.3 -59.6 49.9) |
| LCH | lch(89.3 77.8 140.1) |
| OKLCH | oklch(0.888 0.202 143.5) |
Copy-ready code
/* CSS */
color: #7dfb7c;
background-color: #7dfb7c;
/* Tailwind (arbitrary) */
class="text-[#7dfb7c] bg-[#7dfb7c]"
/* SCSS */
$brand: #7dfb7c;
/* SwiftUI */
Color(red: 0.490, green: 0.984, blue: 0.486)
/* Android */
Color.parseColor("#7dfb7c")Accessibility — WCAG contrast
Aa
#7dfb7c on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7dfb7c on black: 15.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.0%
Green98.4%
Blue48.6%
CMYK percentages
Cyan50.2%
Magenta0.0%
Yellow50.6%
Key (black)1.6%
Color previews
#7dfb7c text on a black background
contrast 15.96:1
Card sample
#7dfb7c text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7dfb7c;
Background color
Panel with #7dfb7c background
background-color: #7dfb7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7dfb7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(125, 251, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(125, 251, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7dfb7c; background: linear-gradient(135deg, #7dfb7c, #7CFBD0);