#7df76e
a light, electric green · cool · closest name: lime
RGB
125, 247, 110
HSL
113°, 90%, 70%
CMYK
49, 0, 56, 3
Luminance
0.7201
Every format
| HEX | #7df76e |
| RGB | rgb(125, 247, 110) |
| HSL | hsl(113, 90%, 70%) |
| CMYK | cmyk(49%, 0%, 56%, 3%) |
| LAB | lab(88.0 -59.8 54.7) |
| LCH | lch(88.0 81.0 137.6) |
| OKLCH | oklch(0.876 0.208 141.5) |
Copy-ready code
/* CSS */
color: #7df76e;
background-color: #7df76e;
/* Tailwind (arbitrary) */
class="text-[#7df76e] bg-[#7df76e]"
/* SCSS */
$brand: #7df76e;
/* SwiftUI */
Color(red: 0.490, green: 0.969, blue: 0.431)
/* Android */
Color.parseColor("#7df76e")Accessibility — WCAG contrast
Aa
#7df76e on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7df76e on black: 15.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.0%
Green96.9%
Blue43.1%
CMYK percentages
Cyan49.4%
Magenta0.0%
Yellow55.5%
Key (black)3.1%
Color previews
#7df76e text on a black background
contrast 15.40:1
Card sample
#7df76e text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7df76e;
Background color
Panel with #7df76e background
background-color: #7df76e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7df76e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(125, 247, 110, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(125, 247, 110, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7df76e; background: linear-gradient(135deg, #7df76e, #6EF7BA);