#4fe07e
a balanced, vivid green · cool · closest name: forestgreen
RGB
79, 224, 126
HSL
139°, 70%, 59%
CMYK
65, 0, 44, 12
Luminance
0.5648
Every format
| HEX | #4fe07e |
| RGB | rgb(79, 224, 126) |
| HSL | hsl(139, 70%, 59%) |
| CMYK | cmyk(65%, 0%, 44%, 12%) |
| LAB | lab(79.9 -59.6 36.8) |
| LCH | lch(79.9 70.1 148.3) |
| OKLCH | oklch(0.806 0.185 150.6) |
Copy-ready code
/* CSS */
color: #4fe07e;
background-color: #4fe07e;
/* Tailwind (arbitrary) */
class="text-[#4fe07e] bg-[#4fe07e]"
/* SCSS */
$brand: #4fe07e;
/* SwiftUI */
Color(red: 0.310, green: 0.878, blue: 0.494)
/* Android */
Color.parseColor("#4fe07e")Accessibility — WCAG contrast
Aa
#4fe07e on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fe07e on black: 12.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green87.8%
Blue49.4%
CMYK percentages
Cyan64.7%
Magenta0.0%
Yellow43.7%
Key (black)12.2%
Color previews
#4fe07e text on a black background
contrast 12.30:1
Card sample
#4fe07e text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fe07e;
Background color
Panel with #4fe07e background
background-color: #4fe07e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fe07e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 224, 126, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 224, 126, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fe07e; background: linear-gradient(135deg, #4fe07e, #4FE0DE);