#4fac2f
a dark, vivid green · cool · closest name: forestgreen
RGB
79, 172, 47
HSL
105°, 57%, 43%
CMYK
54, 0, 73, 33
Luminance
0.3137
Every format
| HEX | #4fac2f |
| RGB | rgb(79, 172, 47) |
| HSL | hsl(105, 57%, 43%) |
| CMYK | cmyk(54%, 0%, 73%, 33%) |
| LAB | lab(62.8 -50.0 52.9) |
| LCH | lch(62.8 72.8 133.4) |
| OKLCH | oklch(0.663 0.183 139.0) |
Copy-ready code
/* CSS */
color: #4fac2f;
background-color: #4fac2f;
/* Tailwind (arbitrary) */
class="text-[#4fac2f] bg-[#4fac2f]"
/* SCSS */
$brand: #4fac2f;
/* SwiftUI */
Color(red: 0.310, green: 0.675, blue: 0.184)
/* Android */
Color.parseColor("#4fac2f")Accessibility — WCAG contrast
Aa
#4fac2f on white: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fac2f on black: 7.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green67.5%
Blue18.4%
CMYK percentages
Cyan54.1%
Magenta0.0%
Yellow72.7%
Key (black)32.5%
Color previews
#4fac2f text on a black background
contrast 7.27:1
Card sample
#4fac2f text on a white background
contrast 2.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fac2f;
Background color
Panel with #4fac2f background
background-color: #4fac2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fac2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 172, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 172, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fac2f; background: linear-gradient(135deg, #4fac2f, #2FAC62);