#4fc46c
a balanced, vivid green · cool · closest name: forestgreen
RGB
79, 196, 108
HSL
135°, 50%, 54%
CMYK
60, 0, 45, 23
Luminance
0.4222
Every format
| HEX | #4fc46c |
| RGB | rgb(79, 196, 108) |
| HSL | hsl(135, 50%, 54%) |
| CMYK | cmyk(60%, 0%, 45%, 23%) |
| LAB | lab(71.0 -51.9 34.5) |
| LCH | lch(71.0 62.3 146.4) |
| OKLCH | oklch(0.733 0.164 148.9) |
Copy-ready code
/* CSS */
color: #4fc46c;
background-color: #4fc46c;
/* Tailwind (arbitrary) */
class="text-[#4fc46c] bg-[#4fc46c]"
/* SCSS */
$brand: #4fc46c;
/* SwiftUI */
Color(red: 0.310, green: 0.769, blue: 0.424)
/* Android */
Color.parseColor("#4fc46c")Accessibility — WCAG contrast
Aa
#4fc46c on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fc46c on black: 9.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green76.9%
Blue42.4%
CMYK percentages
Cyan59.7%
Magenta0.0%
Yellow44.9%
Key (black)23.1%
Color previews
#4fc46c text on a black background
contrast 9.44:1
Card sample
#4fc46c text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fc46c;
Background color
Panel with #4fc46c background
background-color: #4fc46c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fc46c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 196, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 196, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fc46c; background: linear-gradient(135deg, #4fc46c, #4FC4BA);