#5df848
a balanced, electric green · cool · closest name: lime
RGB
93, 248, 72
HSL
113°, 93%, 63%
CMYK
63, 0, 71, 3
Luminance
0.6993
Every format
| HEX | #5df848 |
| RGB | rgb(93, 248, 72) |
| HSL | hsl(113, 93%, 63%) |
| CMYK | cmyk(63%, 0%, 71%, 3%) |
| LAB | lab(87.0 -71.5 68.7) |
| LCH | lch(87.0 99.1 136.1) |
| OKLCH | oklch(0.864 0.250 141.4) |
Copy-ready code
/* CSS */
color: #5df848;
background-color: #5df848;
/* Tailwind (arbitrary) */
class="text-[#5df848] bg-[#5df848]"
/* SCSS */
$brand: #5df848;
/* SwiftUI */
Color(red: 0.365, green: 0.973, blue: 0.282)
/* Android */
Color.parseColor("#5df848")Accessibility — WCAG contrast
Aa
#5df848 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5df848 on black: 14.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green97.3%
Blue28.2%
CMYK percentages
Cyan62.5%
Magenta0.0%
Yellow71.0%
Key (black)2.7%
Color previews
#5df848 text on a black background
contrast 14.99:1
Card sample
#5df848 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5df848;
Background color
Panel with #5df848 background
background-color: #5df848;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5df848;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 248, 72, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 248, 72, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5df848; background: linear-gradient(135deg, #5df848, #48F8A8);