#6cef7a
a light, electric green · cool · closest name: forestgreen
RGB
108, 239, 122
HSL
126°, 80%, 68%
CMYK
55, 0, 49, 6
Luminance
0.6633
Every format
| HEX | #6cef7a |
| RGB | rgb(108, 239, 122) |
| HSL | hsl(126, 80%, 68%) |
| CMYK | cmyk(55%, 0%, 49%, 6%) |
| LAB | lab(85.2 -59.6 45.6) |
| LCH | lch(85.2 75.1 142.6) |
| OKLCH | oklch(0.852 0.196 145.6) |
Copy-ready code
/* CSS */
color: #6cef7a;
background-color: #6cef7a;
/* Tailwind (arbitrary) */
class="text-[#6cef7a] bg-[#6cef7a]"
/* SCSS */
$brand: #6cef7a;
/* SwiftUI */
Color(red: 0.424, green: 0.937, blue: 0.478)
/* Android */
Color.parseColor("#6cef7a")Accessibility — WCAG contrast
Aa
#6cef7a on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cef7a on black: 14.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green93.7%
Blue47.8%
CMYK percentages
Cyan54.8%
Magenta0.0%
Yellow49.0%
Key (black)6.3%
Color previews
#6cef7a text on a black background
contrast 14.27:1
Card sample
#6cef7a text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cef7a;
Background color
Panel with #6cef7a background
background-color: #6cef7a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cef7a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 239, 122, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 239, 122, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cef7a; background: linear-gradient(135deg, #6cef7a, #6CEFD1);