#4cd95f
a balanced, vivid green · cool · closest name: forestgreen
RGB
76, 217, 95
HSL
128°, 65%, 58%
CMYK
65, 0, 56, 15
Luminance
0.5199
Every format
| HEX | #4cd95f |
| RGB | rgb(76, 217, 95) |
| HSL | hsl(128, 65%, 58%) |
| CMYK | cmyk(65%, 0%, 56%, 15%) |
| LAB | lab(77.3 -62.1 48.5) |
| LCH | lch(77.3 78.8 142.0) |
| OKLCH | oklch(0.783 0.204 145.5) |
Copy-ready code
/* CSS */
color: #4cd95f;
background-color: #4cd95f;
/* Tailwind (arbitrary) */
class="text-[#4cd95f] bg-[#4cd95f]"
/* SCSS */
$brand: #4cd95f;
/* SwiftUI */
Color(red: 0.298, green: 0.851, blue: 0.373)
/* Android */
Color.parseColor("#4cd95f")Accessibility — WCAG contrast
Aa
#4cd95f on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cd95f on black: 11.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green85.1%
Blue37.3%
CMYK percentages
Cyan65.0%
Magenta0.0%
Yellow56.2%
Key (black)14.9%
Color previews
#4cd95f text on a black background
contrast 11.40:1
Card sample
#4cd95f text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cd95f;
Background color
Panel with #4cd95f background
background-color: #4cd95f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cd95f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 217, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 217, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cd95f; background: linear-gradient(135deg, #4cd95f, #4CD9BD);