#5cb737
a balanced, vivid green · cool · closest name: forestgreen
RGB
92, 183, 55
HSL
103°, 54%, 47%
CMYK
50, 0, 70, 28
Luminance
0.3642
Every format
| HEX | #5cb737 |
| RGB | rgb(92, 183, 55) |
| HSL | hsl(103, 54%, 47%) |
| CMYK | cmyk(50%, 0%, 70%, 28%) |
| LAB | lab(66.8 -49.9 54.2) |
| LCH | lch(66.8 73.6 132.6) |
| OKLCH | oklch(0.698 0.185 138.2) |
Copy-ready code
/* CSS */
color: #5cb737;
background-color: #5cb737;
/* Tailwind (arbitrary) */
class="text-[#5cb737] bg-[#5cb737]"
/* SCSS */
$brand: #5cb737;
/* SwiftUI */
Color(red: 0.361, green: 0.718, blue: 0.216)
/* Android */
Color.parseColor("#5cb737")Accessibility — WCAG contrast
Aa
#5cb737 on white: 2.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cb737 on black: 8.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green71.8%
Blue21.6%
CMYK percentages
Cyan49.7%
Magenta0.0%
Yellow69.9%
Key (black)28.2%
Color previews
#5cb737 text on a black background
contrast 8.28:1
Card sample
#5cb737 text on a white background
contrast 2.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cb737;
Background color
Panel with #5cb737 background
background-color: #5cb737;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cb737;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 183, 55, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 183, 55, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cb737; background: linear-gradient(135deg, #5cb737, #37B767);