#6cef3f
a balanced, electric green · cool · closest name: lime
RGB
108, 239, 63
HSL
105°, 85%, 59%
CMYK
55, 0, 74, 6
Luminance
0.6528
Every format
| HEX | #6cef3f |
| RGB | rgb(108, 239, 63) |
| HSL | hsl(105, 85%, 59%) |
| CMYK | cmyk(55%, 0%, 74%, 6%) |
| LAB | lab(84.6 -65.6 69.5) |
| LCH | lch(84.6 95.5 133.3) |
| OKLCH | oklch(0.846 0.239 139.1) |
Copy-ready code
/* CSS */
color: #6cef3f;
background-color: #6cef3f;
/* Tailwind (arbitrary) */
class="text-[#6cef3f] bg-[#6cef3f]"
/* SCSS */
$brand: #6cef3f;
/* SwiftUI */
Color(red: 0.424, green: 0.937, blue: 0.247)
/* Android */
Color.parseColor("#6cef3f")Accessibility — WCAG contrast
Aa
#6cef3f on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cef3f on black: 14.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green93.7%
Blue24.7%
CMYK percentages
Cyan54.8%
Magenta0.0%
Yellow73.6%
Key (black)6.3%
Color previews
#6cef3f text on a black background
contrast 14.06:1
Card sample
#6cef3f text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cef3f;
Background color
Panel with #6cef3f background
background-color: #6cef3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cef3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 239, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 239, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cef3f; background: linear-gradient(135deg, #6cef3f, #3FEF87);