#2f982f
a dark, vivid green · cool · closest name: forestgreen
RGB
47, 152, 47
HSL
120°, 53%, 39%
CMYK
69, 0, 69, 40
Luminance
0.2327
Every format
| HEX | #2f982f |
| RGB | rgb(47, 152, 47) |
| HSL | hsl(120, 53%, 39%) |
| CMYK | cmyk(69%, 0%, 69%, 40%) |
| LAB | lab(55.3 -50.5 44.9) |
| LCH | lch(55.3 67.5 138.4) |
| OKLCH | oklch(0.598 0.172 143.1) |
Copy-ready code
/* CSS */
color: #2f982f;
background-color: #2f982f;
/* Tailwind (arbitrary) */
class="text-[#2f982f] bg-[#2f982f]"
/* SCSS */
$brand: #2f982f;
/* SwiftUI */
Color(red: 0.184, green: 0.596, blue: 0.184)
/* Android */
Color.parseColor("#2f982f")Accessibility — WCAG contrast
Aa
#2f982f on white: 3.71:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2f982f on black: 5.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green59.6%
Blue18.4%
CMYK percentages
Cyan69.1%
Magenta0.0%
Yellow69.1%
Key (black)40.4%
Color previews
#2f982f text on a black background
contrast 5.65:1
Card sample
#2f982f text on a white background
contrast 3.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f982f;
Background color
Panel with #2f982f background
background-color: #2f982f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f982f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 152, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 152, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f982f; background: linear-gradient(135deg, #2f982f, #2F9875);