#7fff7f
a light, electric green · cool · closest name: forestgreen
RGB
127, 255, 127
HSL
120°, 100%, 75%
CMYK
50, 0, 50, 0
Luminance
0.7756
Every format
| HEX | #7fff7f |
| RGB | rgb(127, 255, 127) |
| HSL | hsl(120, 100%, 75%) |
| CMYK | cmyk(50%, 0%, 50%, 0%) |
| LAB | lab(90.6 -60.3 50.1) |
| LCH | lch(90.6 78.4 140.3) |
| OKLCH | oklch(0.898 0.203 143.6) |
Copy-ready code
/* CSS */
color: #7fff7f;
background-color: #7fff7f;
/* Tailwind (arbitrary) */
class="text-[#7fff7f] bg-[#7fff7f]"
/* SCSS */
$brand: #7fff7f;
/* SwiftUI */
Color(red: 0.498, green: 1.000, blue: 0.498)
/* Android */
Color.parseColor("#7fff7f")Accessibility — WCAG contrast
Aa
#7fff7f on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7fff7f on black: 16.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green100.0%
Blue49.8%
CMYK percentages
Cyan50.2%
Magenta0.0%
Yellow50.2%
Key (black)0.0%
Color previews
#7fff7f text on a black background
contrast 16.51:1
Card sample
#7fff7f text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7fff7f;
Background color
Panel with #7fff7f background
background-color: #7fff7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7fff7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 255, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 255, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7fff7f; background: linear-gradient(135deg, #7fff7f, #7FFFD4);