#2f9c49
a dark, vivid green · cool · closest name: forestgreen
RGB
47, 156, 73
HSL
134°, 54%, 40%
CMYK
70, 0, 53, 39
Luminance
0.2486
Every format
| HEX | #2f9c49 |
| RGB | rgb(47, 156, 73) |
| HSL | hsl(134, 54%, 40%) |
| CMYK | cmyk(70%, 0%, 53%, 39%) |
| LAB | lab(56.9 -48.7 34.5) |
| LCH | lch(56.9 59.7 144.7) |
| OKLCH | oklch(0.612 0.155 147.7) |
Copy-ready code
/* CSS */
color: #2f9c49;
background-color: #2f9c49;
/* Tailwind (arbitrary) */
class="text-[#2f9c49] bg-[#2f9c49]"
/* SCSS */
$brand: #2f9c49;
/* SwiftUI */
Color(red: 0.184, green: 0.612, blue: 0.286)
/* Android */
Color.parseColor("#2f9c49")Accessibility — WCAG contrast
Aa
#2f9c49 on white: 3.52:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2f9c49 on black: 5.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green61.2%
Blue28.6%
CMYK percentages
Cyan69.9%
Magenta0.0%
Yellow53.2%
Key (black)38.8%
Color previews
#2f9c49 text on a black background
contrast 5.97:1
Card sample
#2f9c49 text on a white background
contrast 3.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f9c49;
Background color
Panel with #2f9c49 background
background-color: #2f9c49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f9c49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 156, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 156, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f9c49; background: linear-gradient(135deg, #2f9c49, #2F9C92);