#5fd76f
a balanced, vivid green · cool · closest name: forestgreen
RGB
95, 215, 111
HSL
128°, 60%, 61%
CMYK
56, 0, 48, 16
Luminance
0.5218
Every format
| HEX | #5fd76f |
| RGB | rgb(95, 215, 111) |
| HSL | hsl(128, 60%, 61%) |
| CMYK | cmyk(56%, 0%, 48%, 16%) |
| LAB | lab(77.4 -55.1 41.2) |
| LCH | lch(77.4 68.8 143.2) |
| OKLCH | oklch(0.786 0.180 146.2) |
Copy-ready code
/* CSS */
color: #5fd76f;
background-color: #5fd76f;
/* Tailwind (arbitrary) */
class="text-[#5fd76f] bg-[#5fd76f]"
/* SCSS */
$brand: #5fd76f;
/* SwiftUI */
Color(red: 0.373, green: 0.843, blue: 0.435)
/* Android */
Color.parseColor("#5fd76f")Accessibility — WCAG contrast
Aa
#5fd76f on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#5fd76f on black: 11.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red37.3%
Green84.3%
Blue43.5%
CMYK percentages
Cyan55.8%
Magenta0.0%
Yellow48.4%
Key (black)15.7%
Color previews
#5fd76f text on a black background
contrast 11.44:1
Card sample
#5fd76f text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5fd76f;
Background color
Panel with #5fd76f background
background-color: #5fd76f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5fd76f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(95, 215, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(95, 215, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5fd76f; background: linear-gradient(135deg, #5fd76f, #5FD7BF);