#7ff87d
a light, electric green · cool · closest name: forestgreen
RGB
127, 248, 125
HSL
119°, 90%, 73%
CMYK
49, 0, 50, 3
Luminance
0.7313
Every format
| HEX | #7ff87d |
| RGB | rgb(127, 248, 125) |
| HSL | hsl(119, 90%, 73%) |
| CMYK | cmyk(49%, 0%, 50%, 3%) |
| LAB | lab(88.5 -57.8 48.5) |
| LCH | lch(88.5 75.5 140.0) |
| OKLCH | oklch(0.881 0.196 143.4) |
Copy-ready code
/* CSS */
color: #7ff87d;
background-color: #7ff87d;
/* Tailwind (arbitrary) */
class="text-[#7ff87d] bg-[#7ff87d]"
/* SCSS */
$brand: #7ff87d;
/* SwiftUI */
Color(red: 0.498, green: 0.973, blue: 0.490)
/* Android */
Color.parseColor("#7ff87d")Accessibility — WCAG contrast
Aa
#7ff87d on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7ff87d on black: 15.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.8%
Green97.3%
Blue49.0%
CMYK percentages
Cyan48.8%
Magenta0.0%
Yellow49.6%
Key (black)2.7%
Color previews
#7ff87d text on a black background
contrast 15.63:1
Card sample
#7ff87d text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7ff87d;
Background color
Panel with #7ff87d background
background-color: #7ff87d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7ff87d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(127, 248, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(127, 248, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7ff87d; background: linear-gradient(135deg, #7ff87d, #7DF8CD);