#5cf84d
a balanced, electric green · cool · closest name: lime
RGB
92, 248, 77
HSL
115°, 92%, 64%
CMYK
63, 0, 69, 3
Luminance
0.6995
Every format
| HEX | #5cf84d |
| RGB | rgb(92, 248, 77) |
| HSL | hsl(115, 92%, 64%) |
| CMYK | cmyk(63%, 0%, 69%, 3%) |
| LAB | lab(87.0 -71.3 66.9) |
| LCH | lch(87.0 97.7 136.8) |
| OKLCH | oklch(0.864 0.247 141.9) |
Copy-ready code
/* CSS */
color: #5cf84d;
background-color: #5cf84d;
/* Tailwind (arbitrary) */
class="text-[#5cf84d] bg-[#5cf84d]"
/* SCSS */
$brand: #5cf84d;
/* SwiftUI */
Color(red: 0.361, green: 0.973, blue: 0.302)
/* Android */
Color.parseColor("#5cf84d")Accessibility — WCAG contrast
Aa
#5cf84d on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cf84d on black: 14.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green97.3%
Blue30.2%
CMYK percentages
Cyan62.9%
Magenta0.0%
Yellow69.0%
Key (black)2.7%
Color previews
#5cf84d text on a black background
contrast 14.99:1
Card sample
#5cf84d text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cf84d;
Background color
Panel with #5cf84d background
background-color: #5cf84d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cf84d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 248, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 248, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cf84d; background: linear-gradient(135deg, #5cf84d, #4DF8B0);