#4cd53f
a balanced, vivid green · cool · closest name: forestgreen
RGB
76, 213, 63
HSL
115°, 64%, 54%
CMYK
64, 0, 70, 17
Luminance
0.4948
Every format
| HEX | #4cd53f |
| RGB | rgb(76, 213, 63) |
| HSL | hsl(115, 64%, 54%) |
| CMYK | cmyk(64%, 0%, 70%, 17%) |
| LAB | lab(75.8 -64.1 60.2) |
| LCH | lch(75.8 88.0 136.8) |
| OKLCH | oklch(0.770 0.222 141.9) |
Copy-ready code
/* CSS */
color: #4cd53f;
background-color: #4cd53f;
/* Tailwind (arbitrary) */
class="text-[#4cd53f] bg-[#4cd53f]"
/* SCSS */
$brand: #4cd53f;
/* SwiftUI */
Color(red: 0.298, green: 0.835, blue: 0.247)
/* Android */
Color.parseColor("#4cd53f")Accessibility — WCAG contrast
Aa
#4cd53f on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cd53f on black: 10.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green83.5%
Blue24.7%
CMYK percentages
Cyan64.3%
Magenta0.0%
Yellow70.4%
Key (black)16.5%
Color previews
#4cd53f text on a black background
contrast 10.90:1
Card sample
#4cd53f text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cd53f;
Background color
Panel with #4cd53f background
background-color: #4cd53f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cd53f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 213, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 213, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cd53f; background: linear-gradient(135deg, #4cd53f, #3FD596);