#5cdf4d
a balanced, vivid green · cool · closest name: forestgreen
RGB
92, 223, 77
HSL
114°, 70%, 59%
CMYK
59, 0, 66, 13
Luminance
0.5559
Every format
| HEX | #5cdf4d |
| RGB | rgb(92, 223, 77) |
| HSL | hsl(114, 70%, 59%) |
| CMYK | cmyk(59%, 0%, 66%, 13%) |
| LAB | lab(79.4 -62.8 58.8) |
| LCH | lch(79.4 86.0 136.9) |
| OKLCH | oklch(0.801 0.218 141.6) |
Copy-ready code
/* CSS */
color: #5cdf4d;
background-color: #5cdf4d;
/* Tailwind (arbitrary) */
class="text-[#5cdf4d] bg-[#5cdf4d]"
/* SCSS */
$brand: #5cdf4d;
/* SwiftUI */
Color(red: 0.361, green: 0.875, blue: 0.302)
/* Android */
Color.parseColor("#5cdf4d")Accessibility — WCAG contrast
Aa
#5cdf4d on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cdf4d on black: 12.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green87.5%
Blue30.2%
CMYK percentages
Cyan58.7%
Magenta0.0%
Yellow65.5%
Key (black)12.5%
Color previews
#5cdf4d text on a black background
contrast 12.12:1
Card sample
#5cdf4d text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cdf4d;
Background color
Panel with #5cdf4d background
background-color: #5cdf4d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cdf4d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 223, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 223, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cdf4d; background: linear-gradient(135deg, #5cdf4d, #4DDF9F);