#5cf080
a light, electric green · cool · closest name: forestgreen
RGB
92, 240, 128
HSL
135°, 83%, 65%
CMYK
62, 0, 47, 6
Luminance
0.6615
Every format
| HEX | #5cf080 |
| RGB | rgb(92, 240, 128) |
| HSL | hsl(135, 83%, 65%) |
| CMYK | cmyk(62%, 0%, 47%, 6%) |
| LAB | lab(85.1 -62.6 42.5) |
| LCH | lch(85.1 75.7 145.8) |
| OKLCH | oklch(0.850 0.198 148.5) |
Copy-ready code
/* CSS */
color: #5cf080;
background-color: #5cf080;
/* Tailwind (arbitrary) */
class="text-[#5cf080] bg-[#5cf080]"
/* SCSS */
$brand: #5cf080;
/* SwiftUI */
Color(red: 0.361, green: 0.941, blue: 0.502)
/* Android */
Color.parseColor("#5cf080")Accessibility — WCAG contrast
Aa
#5cf080 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cf080 on black: 14.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green94.1%
Blue50.2%
CMYK percentages
Cyan61.7%
Magenta0.0%
Yellow46.7%
Key (black)5.9%
Color previews
#5cf080 text on a black background
contrast 14.23:1
Card sample
#5cf080 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cf080;
Background color
Panel with #5cf080 background
background-color: #5cf080;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cf080;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 240, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 240, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cf080; background: linear-gradient(135deg, #5cf080, #5CF0E3);