#7dec5f
a balanced, electric green · cool · closest name: forestgreen
RGB
125, 236, 95
HSL
107°, 79%, 65%
CMYK
47, 0, 60, 8
Luminance
0.6518
Every format
| HEX | #7dec5f |
| RGB | rgb(125, 236, 95) |
| HSL | hsl(107, 79%, 65%) |
| CMYK | cmyk(47%, 0%, 60%, 8%) |
| LAB | lab(84.6 -57.2 57.4) |
| LCH | lch(84.6 81.0 134.9) |
| OKLCH | oklch(0.848 0.206 139.5) |
Copy-ready code
/* CSS */
color: #7dec5f;
background-color: #7dec5f;
/* Tailwind (arbitrary) */
class="text-[#7dec5f] bg-[#7dec5f]"
/* SCSS */
$brand: #7dec5f;
/* SwiftUI */
Color(red: 0.490, green: 0.925, blue: 0.373)
/* Android */
Color.parseColor("#7dec5f")Accessibility — WCAG contrast
Aa
#7dec5f on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7dec5f on black: 14.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.0%
Green92.5%
Blue37.3%
CMYK percentages
Cyan47.0%
Magenta0.0%
Yellow59.7%
Key (black)7.5%
Color previews
#7dec5f text on a black background
contrast 14.04:1
Card sample
#7dec5f text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7dec5f;
Background color
Panel with #7dec5f background
background-color: #7dec5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7dec5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(125, 236, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(125, 236, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7dec5f; background: linear-gradient(135deg, #7dec5f, #5FEC9F);