#4cdb7c
a balanced, vivid green · cool · closest name: forestgreen
RGB
76, 219, 124
HSL
140°, 67%, 58%
CMYK
65, 0, 43, 14
Luminance
0.5365
Every format
| HEX | #4cdb7c |
| RGB | rgb(76, 219, 124) |
| HSL | hsl(140, 67%, 58%) |
| CMYK | cmyk(65%, 0%, 43%, 14%) |
| LAB | lab(78.3 -58.6 35.7) |
| LCH | lch(78.3 68.7 148.6) |
| OKLCH | oklch(0.793 0.181 150.9) |
Copy-ready code
/* CSS */
color: #4cdb7c;
background-color: #4cdb7c;
/* Tailwind (arbitrary) */
class="text-[#4cdb7c] bg-[#4cdb7c]"
/* SCSS */
$brand: #4cdb7c;
/* SwiftUI */
Color(red: 0.298, green: 0.859, blue: 0.486)
/* Android */
Color.parseColor("#4cdb7c")Accessibility — WCAG contrast
Aa
#4cdb7c on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cdb7c on black: 11.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green85.9%
Blue48.6%
CMYK percentages
Cyan65.3%
Magenta0.0%
Yellow43.4%
Key (black)14.1%
Color previews
#4cdb7c text on a black background
contrast 11.73:1
Card sample
#4cdb7c text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cdb7c;
Background color
Panel with #4cdb7c background
background-color: #4cdb7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cdb7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 219, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 219, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cdb7c; background: linear-gradient(135deg, #4cdb7c, #4CDBDB);