#5ff87f
a light, electric green · cool · closest name: forestgreen
RGB
95, 248, 127
HSL
133°, 92%, 67%
CMYK
62, 0, 49, 3
Luminance
0.7110
Every format
| HEX | #5ff87f |
| RGB | rgb(95, 248, 127) |
| HSL | hsl(133, 92%, 67%) |
| CMYK | cmyk(62%, 0%, 49%, 3%) |
| LAB | lab(87.5 -65.1 46.1) |
| LCH | lch(87.5 79.8 144.7) |
| OKLCH | oklch(0.871 0.208 147.5) |
Copy-ready code
/* CSS */
color: #5ff87f;
background-color: #5ff87f;
/* Tailwind (arbitrary) */
class="text-[#5ff87f] bg-[#5ff87f]"
/* SCSS */
$brand: #5ff87f;
/* SwiftUI */
Color(red: 0.373, green: 0.973, blue: 0.498)
/* Android */
Color.parseColor("#5ff87f")Accessibility — WCAG contrast
Aa
#5ff87f on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ff87f on black: 15.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green97.3%
Blue49.8%
CMYK percentages
Cyan61.7%
Magenta0.0%
Yellow48.8%
Key (black)2.7%
Color previews
#5ff87f text on a black background
contrast 15.22:1
Card sample
#5ff87f text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ff87f;
Background color
Panel with #5ff87f background
background-color: #5ff87f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ff87f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 248, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 248, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ff87f; background: linear-gradient(135deg, #5ff87f, #5FF8E5);