#6cef9b
a light, electric green · cool · closest name: aquamarine
RGB
108, 239, 155
HSL
142°, 80%, 68%
CMYK
55, 0, 35, 6
Luminance
0.6729
Every format
| HEX | #6cef9b |
| RGB | rgb(108, 239, 155) |
| HSL | hsl(142, 80%, 68%) |
| CMYK | cmyk(55%, 0%, 35%, 6%) |
| LAB | lab(85.7 -54.4 30.0) |
| LCH | lch(85.7 62.1 151.1) |
| OKLCH | oklch(0.858 0.166 153.0) |
Copy-ready code
/* CSS */
color: #6cef9b;
background-color: #6cef9b;
/* Tailwind (arbitrary) */
class="text-[#6cef9b] bg-[#6cef9b]"
/* SCSS */
$brand: #6cef9b;
/* SwiftUI */
Color(red: 0.424, green: 0.937, blue: 0.608)
/* Android */
Color.parseColor("#6cef9b")Accessibility — WCAG contrast
Aa
#6cef9b on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cef9b on black: 14.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green93.7%
Blue60.8%
CMYK percentages
Cyan54.8%
Magenta0.0%
Yellow35.1%
Key (black)6.3%
Color previews
#6cef9b text on a black background
contrast 14.46:1
Card sample
#6cef9b text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cef9b;
Background color
Panel with #6cef9b background
background-color: #6cef9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cef9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 239, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 239, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cef9b; background: linear-gradient(135deg, #6cef9b, #6CECEF);