#7df37d
a light, electric green · cool · closest name: forestgreen
RGB
125, 243, 125
HSL
120°, 83%, 72%
CMYK
49, 0, 49, 5
Luminance
0.6994
Every format
| HEX | #7df37d |
| RGB | rgb(125, 243, 125) |
| HSL | hsl(120, 83%, 72%) |
| CMYK | cmyk(49%, 0%, 49%, 5%) |
| LAB | lab(87.0 -56.4 46.6) |
| LCH | lch(87.0 73.2 140.5) |
| OKLCH | oklch(0.868 0.190 143.7) |
Copy-ready code
/* CSS */
color: #7df37d;
background-color: #7df37d;
/* Tailwind (arbitrary) */
class="text-[#7df37d] bg-[#7df37d]"
/* SCSS */
$brand: #7df37d;
/* SwiftUI */
Color(red: 0.490, green: 0.953, blue: 0.490)
/* Android */
Color.parseColor("#7df37d")Accessibility — WCAG contrast
Aa
#7df37d on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7df37d on black: 14.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.0%
Green95.3%
Blue49.0%
CMYK percentages
Cyan48.6%
Magenta0.0%
Yellow48.6%
Key (black)4.7%
Color previews
#7df37d text on a black background
contrast 14.99:1
Card sample
#7df37d text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7df37d;
Background color
Panel with #7df37d background
background-color: #7df37d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7df37d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(125, 243, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(125, 243, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7df37d; background: linear-gradient(135deg, #7df37d, #7DF3CC);