#4fd367
a balanced, vivid green · cool · closest name: forestgreen
RGB
79, 211, 103
HSL
131°, 60%, 57%
CMYK
63, 0, 51, 17
Luminance
0.4923
Every format
| HEX | #4fd367 |
| RGB | rgb(79, 211, 103) |
| HSL | hsl(131, 60%, 57%) |
| CMYK | cmyk(63%, 0%, 51%, 17%) |
| LAB | lab(75.6 -58.3 42.7) |
| LCH | lch(75.6 72.3 143.8) |
| OKLCH | oklch(0.770 0.188 146.8) |
Copy-ready code
/* CSS */
color: #4fd367;
background-color: #4fd367;
/* Tailwind (arbitrary) */
class="text-[#4fd367] bg-[#4fd367]"
/* SCSS */
$brand: #4fd367;
/* SwiftUI */
Color(red: 0.310, green: 0.827, blue: 0.404)
/* Android */
Color.parseColor("#4fd367")Accessibility — WCAG contrast
Aa
#4fd367 on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fd367 on black: 10.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green82.7%
Blue40.4%
CMYK percentages
Cyan62.6%
Magenta0.0%
Yellow51.2%
Key (black)17.3%
Color previews
#4fd367 text on a black background
contrast 10.85:1
Card sample
#4fd367 text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fd367;
Background color
Panel with #4fd367 background
background-color: #4fd367;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fd367;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 211, 103, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 211, 103, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fd367; background: linear-gradient(135deg, #4fd367, #4FD3BF);