#5cdb49
a balanced, vivid green · cool · closest name: forestgreen
RGB
92, 219, 73
HSL
112°, 67%, 57%
CMYK
58, 0, 67, 14
Luminance
0.5342
Every format
| HEX | #5cdb49 |
| RGB | rgb(92, 219, 73) |
| HSL | hsl(112, 67%, 57%) |
| CMYK | cmyk(58%, 0%, 67%, 14%) |
| LAB | lab(78.1 -61.7 59.0) |
| LCH | lch(78.1 85.4 136.3) |
| OKLCH | oklch(0.791 0.216 141.2) |
Copy-ready code
/* CSS */
color: #5cdb49;
background-color: #5cdb49;
/* Tailwind (arbitrary) */
class="text-[#5cdb49] bg-[#5cdb49]"
/* SCSS */
$brand: #5cdb49;
/* SwiftUI */
Color(red: 0.361, green: 0.859, blue: 0.286)
/* Android */
Color.parseColor("#5cdb49")Accessibility — WCAG contrast
Aa
#5cdb49 on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5cdb49 on black: 11.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.1%
Green85.9%
Blue28.6%
CMYK percentages
Cyan58.0%
Magenta0.0%
Yellow66.7%
Key (black)14.1%
Color previews
#5cdb49 text on a black background
contrast 11.68:1
Card sample
#5cdb49 text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5cdb49;
Background color
Panel with #5cdb49 background
background-color: #5cdb49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5cdb49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(92, 219, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(92, 219, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5cdb49; background: linear-gradient(135deg, #5cdb49, #49DB97);