#3f9c2f
a dark, vivid green · cool · closest name: forestgreen
RGB
63, 156, 47
HSL
111°, 54%, 40%
CMYK
60, 0, 70, 39
Luminance
0.2504
Every format
| HEX | #3f9c2f |
| RGB | rgb(63, 156, 47) |
| HSL | hsl(111, 54%, 40%) |
| CMYK | cmyk(60%, 0%, 70%, 39%) |
| LAB | lab(57.1 -48.3 46.9) |
| LCH | lch(57.1 67.3 135.9) |
| OKLCH | oklch(0.614 0.170 140.9) |
Copy-ready code
/* CSS */
color: #3f9c2f;
background-color: #3f9c2f;
/* Tailwind (arbitrary) */
class="text-[#3f9c2f] bg-[#3f9c2f]"
/* SCSS */
$brand: #3f9c2f;
/* SwiftUI */
Color(red: 0.247, green: 0.612, blue: 0.184)
/* Android */
Color.parseColor("#3f9c2f")Accessibility — WCAG contrast
Aa
#3f9c2f on white: 3.50:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3f9c2f on black: 6.01:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green61.2%
Blue18.4%
CMYK percentages
Cyan59.6%
Magenta0.0%
Yellow69.9%
Key (black)38.8%
Color previews
#3f9c2f text on a black background
contrast 6.01:1
Card sample
#3f9c2f text on a white background
contrast 3.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f9c2f;
Background color
Panel with #3f9c2f background
background-color: #3f9c2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f9c2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 156, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 156, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f9c2f; background: linear-gradient(135deg, #3f9c2f, #2F9C68);