#4cf47f
a balanced, electric green · cool · closest name: forestgreen
RGB
76, 244, 127
HSL
138°, 88%, 63%
CMYK
69, 0, 48, 4
Luminance
0.6777
Every format
| HEX | #4cf47f |
| RGB | rgb(76, 244, 127) |
| HSL | hsl(138, 88%, 63%) |
| CMYK | cmyk(69%, 0%, 48%, 4%) |
| LAB | lab(85.9 -67.1 44.0) |
| LCH | lch(85.9 80.3 146.8) |
| OKLCH | oklch(0.856 0.210 149.4) |
Copy-ready code
/* CSS */
color: #4cf47f;
background-color: #4cf47f;
/* Tailwind (arbitrary) */
class="text-[#4cf47f] bg-[#4cf47f]"
/* SCSS */
$brand: #4cf47f;
/* SwiftUI */
Color(red: 0.298, green: 0.957, blue: 0.498)
/* Android */
Color.parseColor("#4cf47f")Accessibility — WCAG contrast
Aa
#4cf47f on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4cf47f on black: 14.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red29.8%
Green95.7%
Blue49.8%
CMYK percentages
Cyan68.9%
Magenta0.0%
Yellow48.0%
Key (black)4.3%
Color previews
#4cf47f text on a black background
contrast 14.55:1
Card sample
#4cf47f text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4cf47f;
Background color
Panel with #4cf47f background
background-color: #4cf47f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4cf47f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(76, 244, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(76, 244, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4cf47f; background: linear-gradient(135deg, #4cf47f, #4CF4EF);