#4fdb5f
a balanced, vivid green · cool · closest name: forestgreen
RGB
79, 219, 95
HSL
127°, 66%, 58%
CMYK
64, 0, 57, 14
Luminance
0.5315
Every format
| HEX | #4fdb5f |
| RGB | rgb(79, 219, 95) |
| HSL | hsl(127, 66%, 58%) |
| CMYK | cmyk(64%, 0%, 57%, 14%) |
| LAB | lab(78.0 -62.3 49.3) |
| LCH | lch(78.0 79.4 141.6) |
| OKLCH | oklch(0.789 0.205 145.2) |
Copy-ready code
/* CSS */
color: #4fdb5f;
background-color: #4fdb5f;
/* Tailwind (arbitrary) */
class="text-[#4fdb5f] bg-[#4fdb5f]"
/* SCSS */
$brand: #4fdb5f;
/* SwiftUI */
Color(red: 0.310, green: 0.859, blue: 0.373)
/* Android */
Color.parseColor("#4fdb5f")Accessibility — WCAG contrast
Aa
#4fdb5f on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#4fdb5f on black: 11.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red31.0%
Green85.9%
Blue37.3%
CMYK percentages
Cyan63.9%
Magenta0.0%
Yellow56.6%
Key (black)14.1%
Color previews
#4fdb5f text on a black background
contrast 11.63:1
Card sample
#4fdb5f text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #4fdb5f;
Background color
Panel with #4fdb5f background
background-color: #4fdb5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #4fdb5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(79, 219, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(79, 219, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #4fdb5f; background: linear-gradient(135deg, #4fdb5f, #4FDBBC);