#7df16d
a light, electric green · cool · closest name: forestgreen
RGB
125, 241, 109
HSL
113°, 83%, 69%
CMYK
48, 0, 55, 6
Luminance
0.6837
Every format
| HEX | #7df16d |
| RGB | rgb(125, 241, 109) |
| HSL | hsl(113, 83%, 69%) |
| CMYK | cmyk(48%, 0%, 55%, 6%) |
| LAB | lab(86.2 -57.6 53.0) |
| LCH | lch(86.2 78.3 137.4) |
| OKLCH | oklch(0.862 0.202 141.3) |
Copy-ready code
/* CSS */
color: #7df16d;
background-color: #7df16d;
/* Tailwind (arbitrary) */
class="text-[#7df16d] bg-[#7df16d]"
/* SCSS */
$brand: #7df16d;
/* SwiftUI */
Color(red: 0.490, green: 0.945, blue: 0.427)
/* Android */
Color.parseColor("#7df16d")Accessibility — WCAG contrast
Aa
#7df16d on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7df16d on black: 14.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.0%
Green94.5%
Blue42.7%
CMYK percentages
Cyan48.1%
Magenta0.0%
Yellow54.8%
Key (black)5.5%
Color previews
#7df16d text on a black background
contrast 14.67:1
Card sample
#7df16d text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7df16d;
Background color
Panel with #7df16d background
background-color: #7df16d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7df16d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(125, 241, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(125, 241, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7df16d; background: linear-gradient(135deg, #7df16d, #6DF1B5);