#6cef8c
a light, electric green · cool · closest name: aquamarine
RGB
108, 239, 140
HSL
135°, 80%, 68%
CMYK
55, 0, 41, 6
Luminance
0.6681
Every format
| HEX | #6cef8c |
| RGB | rgb(108, 239, 140) |
| HSL | hsl(135, 80%, 68%) |
| CMYK | cmyk(55%, 0%, 41%, 6%) |
| LAB | lab(85.4 -56.9 37.2) |
| LCH | lch(85.4 68.0 146.8) |
| OKLCH | oklch(0.855 0.179 149.2) |
Copy-ready code
/* CSS */
color: #6cef8c;
background-color: #6cef8c;
/* Tailwind (arbitrary) */
class="text-[#6cef8c] bg-[#6cef8c]"
/* SCSS */
$brand: #6cef8c;
/* SwiftUI */
Color(red: 0.424, green: 0.937, blue: 0.549)
/* Android */
Color.parseColor("#6cef8c")Accessibility — WCAG contrast
Aa
#6cef8c on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cef8c on black: 14.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green93.7%
Blue54.9%
CMYK percentages
Cyan54.8%
Magenta0.0%
Yellow41.4%
Key (black)6.3%
Color previews
#6cef8c text on a black background
contrast 14.36:1
Card sample
#6cef8c text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cef8c;
Background color
Panel with #6cef8c background
background-color: #6cef8c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cef8c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 239, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 239, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cef8c; background: linear-gradient(135deg, #6cef8c, #6CEFE3);