#2fd56c
a balanced, vivid green · cool · closest name: forestgreen
RGB
47, 213, 108
HSL
142°, 66%, 51%
CMYK
78, 0, 49, 17
Luminance
0.4928
Every format
| HEX | #2fd56c |
| RGB | rgb(47, 213, 108) |
| HSL | hsl(142, 66%, 51%) |
| CMYK | cmyk(78%, 0%, 49%, 17%) |
| LAB | lab(75.6 -63.5 40.2) |
| LCH | lch(75.6 75.2 147.7) |
| OKLCH | oklch(0.768 0.197 150.2) |
Copy-ready code
/* CSS */
color: #2fd56c;
background-color: #2fd56c;
/* Tailwind (arbitrary) */
class="text-[#2fd56c] bg-[#2fd56c]"
/* SCSS */
$brand: #2fd56c;
/* SwiftUI */
Color(red: 0.184, green: 0.835, blue: 0.424)
/* Android */
Color.parseColor("#2fd56c")Accessibility — WCAG contrast
Aa
#2fd56c on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fd56c on black: 10.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green83.5%
Blue42.4%
CMYK percentages
Cyan77.9%
Magenta0.0%
Yellow49.3%
Key (black)16.5%
Color previews
#2fd56c text on a black background
contrast 10.86:1
Card sample
#2fd56c text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fd56c;
Background color
Panel with #2fd56c background
background-color: #2fd56c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fd56c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 213, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 213, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fd56c; background: linear-gradient(135deg, #2fd56c, #2FCFD5);