#2fad47
a dark, vivid green · cool · closest name: forestgreen
RGB
47, 173, 71
HSL
131°, 57%, 43%
CMYK
73, 0, 59, 32
Luminance
0.3095
Every format
| HEX | #2fad47 |
| RGB | rgb(47, 173, 71) |
| HSL | hsl(131, 57%, 43%) |
| CMYK | cmyk(73%, 0%, 59%, 32%) |
| LAB | lab(62.5 -55.1 42.1) |
| LCH | lch(62.5 69.3 142.6) |
| OKLCH | oklch(0.658 0.179 146.2) |
Copy-ready code
/* CSS */
color: #2fad47;
background-color: #2fad47;
/* Tailwind (arbitrary) */
class="text-[#2fad47] bg-[#2fad47]"
/* SCSS */
$brand: #2fad47;
/* SwiftUI */
Color(red: 0.184, green: 0.678, blue: 0.278)
/* Android */
Color.parseColor("#2fad47")Accessibility — WCAG contrast
Aa
#2fad47 on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2fad47 on black: 7.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green67.8%
Blue27.8%
CMYK percentages
Cyan72.8%
Magenta0.0%
Yellow59.0%
Key (black)32.2%
Color previews
#2fad47 text on a black background
contrast 7.19:1
Card sample
#2fad47 text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fad47;
Background color
Panel with #2fad47 background
background-color: #2fad47;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fad47;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 173, 71, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 173, 71, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fad47; background: linear-gradient(135deg, #2fad47, #2FAD9B);