#2f993f
a dark, vivid green · cool · closest name: forestgreen
RGB
47, 153, 63
HSL
129°, 53%, 39%
CMYK
69, 0, 59, 40
Luminance
0.2375
Every format
| HEX | #2f993f |
| RGB | rgb(47, 153, 63) |
| HSL | hsl(129, 53%, 39%) |
| CMYK | cmyk(69%, 0%, 59%, 40%) |
| LAB | lab(55.8 -49.0 38.1) |
| LCH | lch(55.8 62.1 142.1) |
| OKLCH | oklch(0.603 0.160 145.7) |
Copy-ready code
/* CSS */
color: #2f993f;
background-color: #2f993f;
/* Tailwind (arbitrary) */
class="text-[#2f993f] bg-[#2f993f]"
/* SCSS */
$brand: #2f993f;
/* SwiftUI */
Color(red: 0.184, green: 0.600, blue: 0.247)
/* Android */
Color.parseColor("#2f993f")Accessibility — WCAG contrast
Aa
#2f993f on white: 3.65:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2f993f on black: 5.75:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.4%
Green60.0%
Blue24.7%
CMYK percentages
Cyan69.3%
Magenta0.0%
Yellow58.8%
Key (black)40.0%
Color previews
#2f993f text on a black background
contrast 5.75:1
Card sample
#2f993f text on a white background
contrast 3.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2f993f;
Background color
Panel with #2f993f background
background-color: #2f993f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2f993f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(47, 153, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(47, 153, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2f993f; background: linear-gradient(135deg, #2f993f, #2F9986);