#5cef7f
a balanced, electric green · cool · closest name: forestgreen
RGB
92, 239, 127
HSL
134°, 82%, 65%
CMYK
62, 0, 47, 6
Luminance
0.6554
Every format
| HEX | #5cef7f |
| RGB | rgb(92, 239, 127) |
| HSL | hsl(134, 82%, 65%) |
| CMYK | cmyk(62%, 0%, 47%, 6%) |
| LAB | lab(84.8 -62.4 42.6) |
| LCH | lch(84.8 75.6 145.7) |
| OKLCH | oklch(0.848 0.198 148.3) |
Copy-ready code
/* CSS */
color: #5cef7f;
background-color: #5cef7f;
/* Tailwind (arbitrary) */
class="text-[#5cef7f] bg-[#5cef7f]"
/* SCSS */
$brand: #5cef7f;
/* SwiftUI */
Color(red: 0.361, green: 0.937, blue: 0.498)
/* Android */
Color.parseColor("#5cef7f")Accessibility — WCAG contrast
Aa
#5cef7f on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cef7f on black: 14.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green93.7%
Blue49.8%
CMYK percentages
Cyan61.5%
Magenta0.0%
Yellow46.9%
Key (black)6.3%
Color previews
#5cef7f text on a black background
contrast 14.11:1
Card sample
#5cef7f text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cef7f;
Background color
Panel with #5cef7f background
background-color: #5cef7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cef7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 239, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 239, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cef7f; background: linear-gradient(135deg, #5cef7f, #5CEFE1);