#5cb82e
a balanced, vivid green · cool · closest name: forestgreen
RGB
92, 184, 46
HSL
100°, 60%, 45%
CMYK
50, 0, 75, 28
Luminance
0.3675
Every format
| HEX | #5cb82e |
| RGB | rgb(92, 184, 46) |
| HSL | hsl(100, 60%, 45%) |
| CMYK | cmyk(50%, 0%, 75%, 28%) |
| LAB | lab(67.1 -50.9 57.7) |
| LCH | lch(67.1 77.0 131.4) |
| OKLCH | oklch(0.699 0.192 137.5) |
Copy-ready code
/* CSS */
color: #5cb82e;
background-color: #5cb82e;
/* Tailwind (arbitrary) */
class="text-[#5cb82e] bg-[#5cb82e]"
/* SCSS */
$brand: #5cb82e;
/* SwiftUI */
Color(red: 0.361, green: 0.722, blue: 0.180)
/* Android */
Color.parseColor("#5cb82e")Accessibility — WCAG contrast
Aa
#5cb82e on white: 2.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cb82e on black: 8.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green72.2%
Blue18.0%
CMYK percentages
Cyan50.0%
Magenta0.0%
Yellow75.0%
Key (black)27.8%
Color previews
#5cb82e text on a black background
contrast 8.35:1
Card sample
#5cb82e text on a white background
contrast 2.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cb82e;
Background color
Panel with #5cb82e background
background-color: #5cb82e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cb82e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 184, 46, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 184, 46, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cb82e; background: linear-gradient(135deg, #5cb82e, #2EB85C);