#6df355
a balanced, electric green · cool · closest name: lime
RGB
109, 243, 85
HSL
111°, 87%, 64%
CMYK
55, 0, 65, 5
Luminance
0.6801
Every format
| HEX | #6df355 |
| RGB | rgb(109, 243, 85) |
| HSL | hsl(111, 87%, 64%) |
| CMYK | cmyk(55%, 0%, 65%, 5%) |
| LAB | lab(86.0 -65.0 62.9) |
| LCH | lch(86.0 90.5 135.9) |
| OKLCH | oklch(0.858 0.230 140.8) |
Copy-ready code
/* CSS */
color: #6df355;
background-color: #6df355;
/* Tailwind (arbitrary) */
class="text-[#6df355] bg-[#6df355]"
/* SCSS */
$brand: #6df355;
/* SwiftUI */
Color(red: 0.427, green: 0.953, blue: 0.333)
/* Android */
Color.parseColor("#6df355")Accessibility — WCAG contrast
Aa
#6df355 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6df355 on black: 14.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.7%
Green95.3%
Blue33.3%
CMYK percentages
Cyan55.1%
Magenta0.0%
Yellow65.0%
Key (black)4.7%
Color previews
#6df355 text on a black background
contrast 14.60:1
Card sample
#6df355 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6df355;
Background color
Panel with #6df355 background
background-color: #6df355;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6df355;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(109, 243, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(109, 243, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6df355; background: linear-gradient(135deg, #6df355, #55F3A6);