#6df17f
a light, electric green · cool · closest name: forestgreen
RGB
109, 241, 127
HSL
128°, 83%, 69%
CMYK
55, 0, 47, 6
Luminance
0.6769
Every format
| HEX | #6df17f |
| RGB | rgb(109, 241, 127) |
| HSL | hsl(128, 83%, 69%) |
| CMYK | cmyk(55%, 0%, 47%, 6%) |
| LAB | lab(85.8 -59.4 44.1) |
| LCH | lch(85.8 74.0 143.4) |
| OKLCH | oklch(0.858 0.193 146.3) |
Copy-ready code
/* CSS */
color: #6df17f;
background-color: #6df17f;
/* Tailwind (arbitrary) */
class="text-[#6df17f] bg-[#6df17f]"
/* SCSS */
$brand: #6df17f;
/* SwiftUI */
Color(red: 0.427, green: 0.945, blue: 0.498)
/* Android */
Color.parseColor("#6df17f")Accessibility — WCAG contrast
Aa
#6df17f on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6df17f on black: 14.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.7%
Green94.5%
Blue49.8%
CMYK percentages
Cyan54.8%
Magenta0.0%
Yellow47.3%
Key (black)5.5%
Color previews
#6df17f text on a black background
contrast 14.54:1
Card sample
#6df17f text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6df17f;
Background color
Panel with #6df17f background
background-color: #6df17f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6df17f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(109, 241, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(109, 241, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6df17f; background: linear-gradient(135deg, #6df17f, #6DF1D7);