#5cd677
a balanced, vivid green · cool · closest name: forestgreen
RGB
92, 214, 119
HSL
133°, 60%, 60%
CMYK
57, 0, 44, 16
Luminance
0.5170
Every format
| HEX | #5cd677 |
| RGB | rgb(92, 214, 119) |
| HSL | hsl(133, 60%, 60%) |
| CMYK | cmyk(57%, 0%, 44%, 16%) |
| LAB | lab(77.1 -54.2 36.8) |
| LCH | lch(77.1 65.5 145.8) |
| OKLCH | oklch(0.784 0.172 148.4) |
Copy-ready code
/* CSS */
color: #5cd677;
background-color: #5cd677;
/* Tailwind (arbitrary) */
class="text-[#5cd677] bg-[#5cd677]"
/* SCSS */
$brand: #5cd677;
/* SwiftUI */
Color(red: 0.361, green: 0.839, blue: 0.467)
/* Android */
Color.parseColor("#5cd677")Accessibility — WCAG contrast
Aa
#5cd677 on white: 1.85:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cd677 on black: 11.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green83.9%
Blue46.7%
CMYK percentages
Cyan57.0%
Magenta0.0%
Yellow44.4%
Key (black)16.1%
Color previews
#5cd677 text on a black background
contrast 11.34:1
Card sample
#5cd677 text on a white background
contrast 1.85:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cd677;
Background color
Panel with #5cd677 background
background-color: #5cd677;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cd677;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 214, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 214, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cd677; background: linear-gradient(135deg, #5cd677, #5CD6C8);