#7dfe9b
a light, electric green · cool · closest name: aquamarine
RGB
125, 254, 155
HSL
134°, 99%, 74%
CMYK
51, 0, 39, 0
Luminance
0.7761
Every format
| HEX | #7dfe9b |
| RGB | rgb(125, 254, 155) |
| HSL | hsl(134, 99%, 74%) |
| CMYK | cmyk(51%, 0%, 39%, 0%) |
| LAB | lab(90.6 -56.4 36.6) |
| LCH | lch(90.6 67.2 147.0) |
| OKLCH | oklch(0.900 0.178 149.2) |
Copy-ready code
/* CSS */
color: #7dfe9b;
background-color: #7dfe9b;
/* Tailwind (arbitrary) */
class="text-[#7dfe9b] bg-[#7dfe9b]"
/* SCSS */
$brand: #7dfe9b;
/* SwiftUI */
Color(red: 0.490, green: 0.996, blue: 0.608)
/* Android */
Color.parseColor("#7dfe9b")Accessibility — WCAG contrast
Aa
#7dfe9b on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7dfe9b on black: 16.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.0%
Green99.6%
Blue60.8%
CMYK percentages
Cyan50.8%
Magenta0.0%
Yellow39.0%
Key (black)0.4%
Color previews
#7dfe9b text on a black background
contrast 16.52:1
Card sample
#7dfe9b text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7dfe9b;
Background color
Panel with #7dfe9b background
background-color: #7dfe9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7dfe9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(125, 254, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(125, 254, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7dfe9b; background: linear-gradient(135deg, #7dfe9b, #7DFEF1);