#6dfe39
a balanced, electric green · cool · closest name: lime
RGB
109, 254, 57
HSL
104°, 99%, 61%
CMYK
57, 0, 78, 0
Luminance
0.7443
Every format
| HEX | #6dfe39 |
| RGB | rgb(109, 254, 57) |
| HSL | hsl(104, 99%, 61%) |
| CMYK | cmyk(57%, 0%, 78%, 0%) |
| LAB | lab(89.1 -70.8 75.7) |
| LCH | lch(89.1 103.7 133.1) |
| OKLCH | oklch(0.883 0.258 139.2) |
Copy-ready code
/* CSS */
color: #6dfe39;
background-color: #6dfe39;
/* Tailwind (arbitrary) */
class="text-[#6dfe39] bg-[#6dfe39]"
/* SCSS */
$brand: #6dfe39;
/* SwiftUI */
Color(red: 0.427, green: 0.996, blue: 0.224)
/* Android */
Color.parseColor("#6dfe39")Accessibility — WCAG contrast
Aa
#6dfe39 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#6dfe39 on black: 15.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red42.7%
Green99.6%
Blue22.4%
CMYK percentages
Cyan57.1%
Magenta0.0%
Yellow77.6%
Key (black)0.4%
Color previews
#6dfe39 text on a black background
contrast 15.89:1
Card sample
#6dfe39 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #6dfe39;
Background color
Panel with #6dfe39 background
background-color: #6dfe39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #6dfe39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(109, 254, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(109, 254, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #6dfe39; background: linear-gradient(135deg, #6dfe39, #39FE89);