#6fef6c
a light, electric green · cool · closest name: forestgreen
RGB
111, 239, 108
HSL
119°, 80%, 68%
CMYK
54, 0, 55, 6
Luminance
0.6620
Every format
| HEX | #6fef6c |
| RGB | rgb(111, 239, 108) |
| HSL | hsl(119, 80%, 68%) |
| CMYK | cmyk(54%, 0%, 55%, 6%) |
| LAB | lab(85.1 -60.7 52.1) |
| LCH | lch(85.1 80.0 139.4) |
| OKLCH | oklch(0.851 0.206 143.1) |
Copy-ready code
/* CSS */
color: #6fef6c;
background-color: #6fef6c;
/* Tailwind (arbitrary) */
class="text-[#6fef6c] bg-[#6fef6c]"
/* SCSS */
$brand: #6fef6c;
/* SwiftUI */
Color(red: 0.435, green: 0.937, blue: 0.424)
/* Android */
Color.parseColor("#6fef6c")Accessibility — WCAG contrast
Aa
#6fef6c on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6fef6c on black: 14.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red43.5%
Green93.7%
Blue42.4%
CMYK percentages
Cyan53.6%
Magenta0.0%
Yellow54.8%
Key (black)6.3%
Color previews
#6fef6c text on a black background
contrast 14.24:1
Card sample
#6fef6c text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6fef6c;
Background color
Panel with #6fef6c background
background-color: #6fef6c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6fef6c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(111, 239, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(111, 239, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6fef6c; background: linear-gradient(135deg, #6fef6c, #6CEFC0);