#3f8019
a dark, vivid green · cool · closest name: forestgreen
RGB
63, 128, 25
HSL
98°, 67%, 30%
CMYK
51, 0, 81, 50
Luminance
0.1657
Every format
| HEX | #3f8019 |
| RGB | rgb(63, 128, 25) |
| HSL | hsl(98, 67%, 30%) |
| CMYK | cmyk(51%, 0%, 81%, 50%) |
| LAB | lab(47.7 -39.0 45.7) |
| LCH | lch(47.7 60.1 130.5) |
| OKLCH | oklch(0.536 0.149 136.8) |
Copy-ready code
/* CSS */
color: #3f8019;
background-color: #3f8019;
/* Tailwind (arbitrary) */
class="text-[#3f8019] bg-[#3f8019]"
/* SCSS */
$brand: #3f8019;
/* SwiftUI */
Color(red: 0.247, green: 0.502, blue: 0.098)
/* Android */
Color.parseColor("#3f8019")Accessibility — WCAG contrast
Aa
#3f8019 on white: 4.87:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3f8019 on black: 4.31:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green50.2%
Blue9.8%
CMYK percentages
Cyan50.8%
Magenta0.0%
Yellow80.5%
Key (black)49.8%
Color previews
#3f8019 text on a black background
contrast 4.31:1
Card sample
#3f8019 text on a white background
contrast 4.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f8019;
Background color
Panel with #3f8019 background
background-color: #3f8019;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f8019;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 128, 25, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 128, 25, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f8019; background: linear-gradient(135deg, #3f8019, #198038);