#4dbb4f
a balanced, soft green · cool · closest name: forestgreen
RGB
77, 187, 79
HSL
121°, 45%, 52%
CMYK
59, 0, 58, 27
Luminance
0.3768
Every format
| HEX | #4dbb4f |
| RGB | rgb(77, 187, 79) |
| HSL | hsl(121, 45%, 52%) |
| CMYK | cmyk(59%, 0%, 58%, 27%) |
| LAB | lab(67.8 -53.0 44.7) |
| LCH | lch(67.8 69.4 139.8) |
| OKLCH | oklch(0.705 0.179 143.7) |
Copy-ready code
/* CSS */
color: #4dbb4f;
background-color: #4dbb4f;
/* Tailwind (arbitrary) */
class="text-[#4dbb4f] bg-[#4dbb4f]"
/* SCSS */
$brand: #4dbb4f;
/* SwiftUI */
Color(red: 0.302, green: 0.733, blue: 0.310)
/* Android */
Color.parseColor("#4dbb4f")Accessibility — WCAG contrast
Aa
#4dbb4f on white: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4dbb4f on black: 8.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red30.2%
Green73.3%
Blue31.0%
CMYK percentages
Cyan58.8%
Magenta0.0%
Yellow57.8%
Key (black)26.7%
Color previews
#4dbb4f text on a black background
contrast 8.54:1
Card sample
#4dbb4f text on a white background
contrast 2.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4dbb4f;
Background color
Panel with #4dbb4f background
background-color: #4dbb4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4dbb4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(77, 187, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(77, 187, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4dbb4f; background: linear-gradient(135deg, #4dbb4f, #4DBB98);