#5cc56d
a balanced, vivid green · cool · closest name: forestgreen
RGB
92, 197, 109
HSL
130°, 48%, 57%
CMYK
53, 0, 45, 23
Luminance
0.4331
Every format
| HEX | #5cc56d |
| RGB | rgb(92, 197, 109) |
| HSL | hsl(130, 48%, 57%) |
| CMYK | cmyk(53%, 0%, 45%, 23%) |
| LAB | lab(71.8 -49.0 35.0) |
| LCH | lch(71.8 60.3 144.5) |
| OKLCH | oklch(0.740 0.158 147.1) |
Copy-ready code
/* CSS */
color: #5cc56d;
background-color: #5cc56d;
/* Tailwind (arbitrary) */
class="text-[#5cc56d] bg-[#5cc56d]"
/* SCSS */
$brand: #5cc56d;
/* SwiftUI */
Color(red: 0.361, green: 0.773, blue: 0.427)
/* Android */
Color.parseColor("#5cc56d")Accessibility — WCAG contrast
Aa
#5cc56d on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cc56d on black: 9.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green77.3%
Blue42.7%
CMYK percentages
Cyan53.3%
Magenta0.0%
Yellow44.7%
Key (black)22.7%
Color previews
#5cc56d text on a black background
contrast 9.66:1
Card sample
#5cc56d text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cc56d;
Background color
Panel with #5cc56d background
background-color: #5cc56d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cc56d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 197, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 197, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cc56d; background: linear-gradient(135deg, #5cc56d, #5CC5B3);