#5df844
a balanced, electric green · cool · closest name: lime
RGB
93, 248, 68
HSL
112°, 93%, 62%
CMYK
63, 0, 73, 3
Luminance
0.6988
Every format
| HEX | #5df844 |
| RGB | rgb(93, 248, 68) |
| HSL | hsl(112, 93%, 62%) |
| CMYK | cmyk(63%, 0%, 73%, 3%) |
| LAB | lab(86.9 -71.8 70.0) |
| LCH | lch(86.9 100.3 135.7) |
| OKLCH | oklch(0.864 0.252 141.1) |
Copy-ready code
/* CSS */
color: #5df844;
background-color: #5df844;
/* Tailwind (arbitrary) */
class="text-[#5df844] bg-[#5df844]"
/* SCSS */
$brand: #5df844;
/* SwiftUI */
Color(red: 0.365, green: 0.973, blue: 0.267)
/* Android */
Color.parseColor("#5df844")Accessibility — WCAG contrast
Aa
#5df844 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5df844 on black: 14.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green97.3%
Blue26.7%
CMYK percentages
Cyan62.5%
Magenta0.0%
Yellow72.6%
Key (black)2.7%
Color previews
#5df844 text on a black background
contrast 14.98:1
Card sample
#5df844 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5df844;
Background color
Panel with #5df844 background
background-color: #5df844;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5df844;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 248, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 248, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5df844; background: linear-gradient(135deg, #5df844, #44F8A3);