#5df16f
a light, electric green · cool · closest name: forestgreen
RGB
93, 241, 111
HSL
127°, 84%, 66%
CMYK
61, 0, 54, 6
Luminance
0.6639
Every format
| HEX | #5df16f |
| RGB | rgb(93, 241, 111) |
| HSL | hsl(127, 84%, 66%) |
| CMYK | cmyk(61%, 0%, 54%, 6%) |
| LAB | lab(85.2 -65.1 50.7) |
| LCH | lch(85.2 82.5 142.1) |
| OKLCH | oklch(0.851 0.214 145.5) |
Copy-ready code
/* CSS */
color: #5df16f;
background-color: #5df16f;
/* Tailwind (arbitrary) */
class="text-[#5df16f] bg-[#5df16f]"
/* SCSS */
$brand: #5df16f;
/* SwiftUI */
Color(red: 0.365, green: 0.945, blue: 0.435)
/* Android */
Color.parseColor("#5df16f")Accessibility — WCAG contrast
Aa
#5df16f on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5df16f on black: 14.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green94.5%
Blue43.5%
CMYK percentages
Cyan61.4%
Magenta0.0%
Yellow53.9%
Key (black)5.5%
Color previews
#5df16f text on a black background
contrast 14.28:1
Card sample
#5df16f text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5df16f;
Background color
Panel with #5df16f background
background-color: #5df16f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5df16f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 241, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 241, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5df16f; background: linear-gradient(135deg, #5df16f, #5DF1D2);