#5ce577
a balanced, vivid green · cool · closest name: forestgreen
RGB
92, 229, 119
HSL
132°, 73%, 63%
CMYK
60, 0, 48, 10
Luminance
0.5965
Every format
| HEX | #5ce577 |
| RGB | rgb(92, 229, 119) |
| HSL | hsl(132, 73%, 63%) |
| CMYK | cmyk(60%, 0%, 48%, 10%) |
| LAB | lab(81.6 -59.9 42.6) |
| LCH | lch(81.6 73.5 144.6) |
| OKLCH | oklch(0.822 0.192 147.4) |
Copy-ready code
/* CSS */
color: #5ce577;
background-color: #5ce577;
/* Tailwind (arbitrary) */
class="text-[#5ce577] bg-[#5ce577]"
/* SCSS */
$brand: #5ce577;
/* SwiftUI */
Color(red: 0.361, green: 0.898, blue: 0.467)
/* Android */
Color.parseColor("#5ce577")Accessibility — WCAG contrast
Aa
#5ce577 on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5ce577 on black: 12.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green89.8%
Blue46.7%
CMYK percentages
Cyan59.8%
Magenta0.0%
Yellow48.0%
Key (black)10.2%
Color previews
#5ce577 text on a black background
contrast 12.93:1
Card sample
#5ce577 text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5ce577;
Background color
Panel with #5ce577 background
background-color: #5ce577;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5ce577;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 229, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 229, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5ce577; background: linear-gradient(135deg, #5ce577, #5CE5D2);