#4fad4f
a balanced, soft green · cool · closest name: forestgreen
RGB
79, 173, 79
HSL
120°, 37%, 49%
CMYK
54, 0, 54, 32
Luminance
0.3211
Every format
| HEX | #4fad4f |
| RGB | rgb(79, 173, 79) |
| HSL | hsl(120, 37%, 49%) |
| CMYK | cmyk(54%, 0%, 54%, 32%) |
| LAB | lab(63.4 -47.1 39.6) |
| LCH | lch(63.4 61.5 140.0) |
| OKLCH | oklch(0.669 0.159 143.5) |
Copy-ready code
/* CSS */
color: #4fad4f;
background-color: #4fad4f;
/* Tailwind (arbitrary) */
class="text-[#4fad4f] bg-[#4fad4f]"
/* SCSS */
$brand: #4fad4f;
/* SwiftUI */
Color(red: 0.310, green: 0.678, blue: 0.310)
/* Android */
Color.parseColor("#4fad4f")Accessibility — WCAG contrast
Aa
#4fad4f on white: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fad4f on black: 7.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green67.8%
Blue31.0%
CMYK percentages
Cyan54.3%
Magenta0.0%
Yellow54.3%
Key (black)32.2%
Color previews
#4fad4f text on a black background
contrast 7.42:1
Card sample
#4fad4f text on a white background
contrast 2.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fad4f;
Background color
Panel with #4fad4f background
background-color: #4fad4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fad4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 173, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 173, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fad4f; background: linear-gradient(135deg, #4fad4f, #4FAD8E);