#2fa82f
a dark, vivid green · cool · closest name: forestgreen
RGB
47, 168, 47
HSL
120°, 56%, 42%
CMYK
72, 0, 72, 34
Luminance
0.2881
Every format
| HEX | #2fa82f |
| RGB | rgb(47, 168, 47) |
| HSL | hsl(120, 56%, 42%) |
| CMYK | cmyk(72%, 0%, 72%, 34%) |
| LAB | lab(60.6 -56.0 50.4) |
| LCH | lch(60.6 75.3 138.0) |
| OKLCH | oklch(0.642 0.190 143.0) |
Copy-ready code
/* CSS */
color: #2fa82f;
background-color: #2fa82f;
/* Tailwind (arbitrary) */
class="text-[#2fa82f] bg-[#2fa82f]"
/* SCSS */
$brand: #2fa82f;
/* SwiftUI */
Color(red: 0.184, green: 0.659, blue: 0.184)
/* Android */
Color.parseColor("#2fa82f")Accessibility — WCAG contrast
Aa
#2fa82f on white: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2fa82f on black: 6.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green65.9%
Blue18.4%
CMYK percentages
Cyan72.0%
Magenta0.0%
Yellow72.0%
Key (black)34.1%
Color previews
#2fa82f text on a black background
contrast 6.76:1
Card sample
#2fa82f text on a white background
contrast 3.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2fa82f;
Background color
Panel with #2fa82f background
background-color: #2fa82f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2fa82f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 168, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 168, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2fa82f; background: linear-gradient(135deg, #2fa82f, #2FA880);