#3f892f
a dark, vivid green · cool · closest name: forestgreen
RGB
63, 137, 47
HSL
109°, 49%, 36%
CMYK
54, 0, 66, 46
Luminance
0.1915
Every format
| HEX | #3f892f |
| RGB | rgb(63, 137, 47) |
| HSL | hsl(109, 49%, 36%) |
| CMYK | cmyk(54%, 0%, 66%, 46%) |
| LAB | lab(50.9 -40.9 40.1) |
| LCH | lch(50.9 57.3 135.5) |
| OKLCH | oklch(0.563 0.145 140.3) |
Copy-ready code
/* CSS */
color: #3f892f;
background-color: #3f892f;
/* Tailwind (arbitrary) */
class="text-[#3f892f] bg-[#3f892f]"
/* SCSS */
$brand: #3f892f;
/* SwiftUI */
Color(red: 0.247, green: 0.537, blue: 0.184)
/* Android */
Color.parseColor("#3f892f")Accessibility — WCAG contrast
Aa
#3f892f on white: 4.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3f892f on black: 4.83:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green53.7%
Blue18.4%
CMYK percentages
Cyan54.0%
Magenta0.0%
Yellow65.7%
Key (black)46.3%
Color previews
#3f892f text on a black background
contrast 4.83:1
Card sample
#3f892f text on a white background
contrast 4.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f892f;
Background color
Panel with #3f892f background
background-color: #3f892f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f892f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 137, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 137, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f892f; background: linear-gradient(135deg, #3f892f, #2F895B);