#7df17b
a light, electric green · cool · closest name: forestgreen
RGB
125, 241, 123
HSL
119°, 81%, 71%
CMYK
48, 0, 49, 6
Luminance
0.6870
Every format
| HEX | #7df17b |
| RGB | rgb(125, 241, 123) |
| HSL | hsl(119, 81%, 71%) |
| CMYK | cmyk(48%, 0%, 49%, 6%) |
| LAB | lab(86.3 -55.9 46.8) |
| LCH | lch(86.3 72.9 140.1) |
| OKLCH | oklch(0.863 0.190 143.4) |
Copy-ready code
/* CSS */
color: #7df17b;
background-color: #7df17b;
/* Tailwind (arbitrary) */
class="text-[#7df17b] bg-[#7df17b]"
/* SCSS */
$brand: #7df17b;
/* SwiftUI */
Color(red: 0.490, green: 0.945, blue: 0.482)
/* Android */
Color.parseColor("#7df17b")Accessibility — WCAG contrast
Aa
#7df17b on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#7df17b on black: 14.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red49.0%
Green94.5%
Blue48.2%
CMYK percentages
Cyan48.1%
Magenta0.0%
Yellow49.0%
Key (black)5.5%
Color previews
#7df17b text on a black background
contrast 14.74:1
Card sample
#7df17b text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #7df17b;
Background color
Panel with #7df17b background
background-color: #7df17b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #7df17b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(125, 241, 123, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(125, 241, 123, 0.45);
Border & gradient
Gradient panel
border: 3px solid #7df17b; background: linear-gradient(135deg, #7df17b, #7BF1C8);