#6dfb7d
a light, electric green · cool · closest name: forestgreen
RGB
109, 251, 125
HSL
127°, 95%, 71%
CMYK
57, 0, 50, 2
Luminance
0.7373
Every format
| HEX | #6dfb7d |
| RGB | rgb(109, 251, 125) |
| HSL | hsl(127, 95%, 71%) |
| CMYK | cmyk(57%, 0%, 50%, 2%) |
| LAB | lab(88.8 -63.4 48.7) |
| LCH | lch(88.8 80.0 142.5) |
| OKLCH | oklch(0.882 0.208 145.6) |
Copy-ready code
/* CSS */
color: #6dfb7d;
background-color: #6dfb7d;
/* Tailwind (arbitrary) */
class="text-[#6dfb7d] bg-[#6dfb7d]"
/* SCSS */
$brand: #6dfb7d;
/* SwiftUI */
Color(red: 0.427, green: 0.984, blue: 0.490)
/* Android */
Color.parseColor("#6dfb7d")Accessibility — WCAG contrast
Aa
#6dfb7d on white: 1.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6dfb7d on black: 15.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.7%
Green98.4%
Blue49.0%
CMYK percentages
Cyan56.6%
Magenta0.0%
Yellow50.2%
Key (black)1.6%
Color previews
#6dfb7d text on a black background
contrast 15.75:1
Card sample
#6dfb7d text on a white background
contrast 1.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6dfb7d;
Background color
Panel with #6dfb7d background
background-color: #6dfb7d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6dfb7d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(109, 251, 125, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(109, 251, 125, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6dfb7d; background: linear-gradient(135deg, #6dfb7d, #6DFBDC);