#6cf656
a light, electric green · cool · closest name: lime
RGB
108, 246, 86
HSL
112°, 90%, 65%
CMYK
56, 0, 65, 4
Luminance
0.6977
Every format
| HEX | #6cf656 |
| RGB | rgb(108, 246, 86) |
| HSL | hsl(112, 90%, 65%) |
| CMYK | cmyk(56%, 0%, 65%, 4%) |
| LAB | lab(86.9 -66.2 63.5) |
| LCH | lch(86.9 91.7 136.2) |
| OKLCH | oklch(0.865 0.233 141.1) |
Copy-ready code
/* CSS */
color: #6cf656;
background-color: #6cf656;
/* Tailwind (arbitrary) */
class="text-[#6cf656] bg-[#6cf656]"
/* SCSS */
$brand: #6cf656;
/* SwiftUI */
Color(red: 0.424, green: 0.965, blue: 0.337)
/* Android */
Color.parseColor("#6cf656")Accessibility — WCAG contrast
Aa
#6cf656 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6cf656 on black: 14.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.4%
Green96.5%
Blue33.7%
CMYK percentages
Cyan56.1%
Magenta0.0%
Yellow65.0%
Key (black)3.5%
Color previews
#6cf656 text on a black background
contrast 14.95:1
Card sample
#6cf656 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6cf656;
Background color
Panel with #6cf656 background
background-color: #6cf656;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6cf656;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(108, 246, 86, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(108, 246, 86, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6cf656; background: linear-gradient(135deg, #6cf656, #56F6AB);