#5dcd49
a balanced, vivid green · cool · closest name: forestgreen
RGB
93, 205, 73
HSL
111°, 57%, 55%
CMYK
55, 0, 64, 20
Luminance
0.4647
Every format
| HEX | #5dcd49 |
| RGB | rgb(93, 205, 73) |
| HSL | hsl(111, 57%, 55%) |
| CMYK | cmyk(55%, 0%, 64%, 20%) |
| LAB | lab(73.8 -56.4 54.4) |
| LCH | lch(73.8 78.3 136.0) |
| OKLCH | oklch(0.756 0.199 140.8) |
Copy-ready code
/* CSS */
color: #5dcd49;
background-color: #5dcd49;
/* Tailwind (arbitrary) */
class="text-[#5dcd49] bg-[#5dcd49]"
/* SCSS */
$brand: #5dcd49;
/* SwiftUI */
Color(red: 0.365, green: 0.804, blue: 0.286)
/* Android */
Color.parseColor("#5dcd49")Accessibility — WCAG contrast
Aa
#5dcd49 on white: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5dcd49 on black: 10.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red36.5%
Green80.4%
Blue28.6%
CMYK percentages
Cyan54.6%
Magenta0.0%
Yellow64.4%
Key (black)19.6%
Color previews
#5dcd49 text on a black background
contrast 10.29:1
Card sample
#5dcd49 text on a white background
contrast 2.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5dcd49;
Background color
Panel with #5dcd49 background
background-color: #5dcd49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5dcd49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(93, 205, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(93, 205, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5dcd49; background: linear-gradient(135deg, #5dcd49, #49CD8D);