#2f9b3f
a dark, vivid green · cool · closest name: forestgreen
RGB
47, 155, 63
HSL
129°, 54%, 40%
CMYK
70, 0, 59, 39
Luminance
0.2441
Every format
| HEX | #2f9b3f |
| RGB | rgb(47, 155, 63) |
| HSL | hsl(129, 54%, 40%) |
| CMYK | cmyk(70%, 0%, 59%, 39%) |
| LAB | lab(56.5 -49.7 38.9) |
| LCH | lch(56.5 63.1 142.0) |
| OKLCH | oklch(0.608 0.163 145.6) |
Copy-ready code
/* CSS */
color: #2f9b3f;
background-color: #2f9b3f;
/* Tailwind (arbitrary) */
class="text-[#2f9b3f] bg-[#2f9b3f]"
/* SCSS */
$brand: #2f9b3f;
/* SwiftUI */
Color(red: 0.184, green: 0.608, blue: 0.247)
/* Android */
Color.parseColor("#2f9b3f")Accessibility — WCAG contrast
Aa
#2f9b3f on white: 3.57:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2f9b3f on black: 5.88:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green60.8%
Blue24.7%
CMYK percentages
Cyan69.7%
Magenta0.0%
Yellow59.4%
Key (black)39.2%
Color previews
#2f9b3f text on a black background
contrast 5.88:1
Card sample
#2f9b3f text on a white background
contrast 3.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f9b3f;
Background color
Panel with #2f9b3f background
background-color: #2f9b3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f9b3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 155, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 155, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f9b3f; background: linear-gradient(135deg, #2f9b3f, #2F9B87);