#5cc755
a balanced, vivid green · cool · closest name: forestgreen
RGB
92, 199, 85
HSL
116°, 50%, 56%
CMYK
54, 0, 57, 22
Luminance
0.4378
Every format
| HEX | #5cc755 |
| RGB | rgb(92, 199, 85) |
| HSL | hsl(116, 50%, 56%) |
| CMYK | cmyk(54%, 0%, 57%, 22%) |
| LAB | lab(72.1 -53.1 47.1) |
| LCH | lch(72.1 71.0 138.4) |
| OKLCH | oklch(0.741 0.183 142.4) |
Copy-ready code
/* CSS */
color: #5cc755;
background-color: #5cc755;
/* Tailwind (arbitrary) */
class="text-[#5cc755] bg-[#5cc755]"
/* SCSS */
$brand: #5cc755;
/* SwiftUI */
Color(red: 0.361, green: 0.780, blue: 0.333)
/* Android */
Color.parseColor("#5cc755")Accessibility — WCAG contrast
Aa
#5cc755 on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cc755 on black: 9.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green78.0%
Blue33.3%
CMYK percentages
Cyan53.8%
Magenta0.0%
Yellow57.3%
Key (black)22.0%
Color previews
#5cc755 text on a black background
contrast 9.76:1
Card sample
#5cc755 text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cc755;
Background color
Panel with #5cc755 background
background-color: #5cc755;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cc755;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 199, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 199, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cc755; background: linear-gradient(135deg, #5cc755, #55C79A);