#4dca5f
a balanced, vivid green · cool · closest name: forestgreen
RGB
77, 202, 95
HSL
129°, 54%, 55%
CMYK
62, 0, 53, 21
Luminance
0.4465
Every format
| HEX | #4dca5f |
| RGB | rgb(77, 202, 95) |
| HSL | hsl(129, 54%, 55%) |
| CMYK | cmyk(62%, 0%, 53%, 21%) |
| LAB | lab(72.7 -56.5 43.0) |
| LCH | lch(72.7 71.0 142.8) |
| OKLCH | oklch(0.745 0.184 146.0) |
Copy-ready code
/* CSS */
color: #4dca5f;
background-color: #4dca5f;
/* Tailwind (arbitrary) */
class="text-[#4dca5f] bg-[#4dca5f]"
/* SCSS */
$brand: #4dca5f;
/* SwiftUI */
Color(red: 0.302, green: 0.792, blue: 0.373)
/* Android */
Color.parseColor("#4dca5f")Accessibility — WCAG contrast
Aa
#4dca5f on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4dca5f on black: 9.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.2%
Green79.2%
Blue37.3%
CMYK percentages
Cyan61.9%
Magenta0.0%
Yellow53.0%
Key (black)20.8%
Color previews
#4dca5f text on a black background
contrast 9.93:1
Card sample
#4dca5f text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4dca5f;
Background color
Panel with #4dca5f background
background-color: #4dca5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4dca5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(77, 202, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(77, 202, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4dca5f; background: linear-gradient(135deg, #4dca5f, #4DCAB2);