#3f8a0f
a dark, electric green · cool · closest name: forestgreen
RGB
63, 138, 15
HSL
97°, 80%, 30%
CMYK
54, 0, 89, 46
Luminance
0.1927
Every format
| HEX | #3f8a0f |
| RGB | rgb(63, 138, 15) |
| HSL | hsl(97, 80%, 30%) |
| CMYK | cmyk(54%, 0%, 89%, 46%) |
| LAB | lab(51.0 -43.5 51.5) |
| LCH | lch(51.0 67.4 130.2) |
| OKLCH | oklch(0.563 0.165 137.1) |
Copy-ready code
/* CSS */
color: #3f8a0f;
background-color: #3f8a0f;
/* Tailwind (arbitrary) */
class="text-[#3f8a0f] bg-[#3f8a0f]"
/* SCSS */
$brand: #3f8a0f;
/* SwiftUI */
Color(red: 0.247, green: 0.541, blue: 0.059)
/* Android */
Color.parseColor("#3f8a0f")Accessibility — WCAG contrast
Aa
#3f8a0f on white: 4.33:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3f8a0f on black: 4.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green54.1%
Blue5.9%
CMYK percentages
Cyan54.3%
Magenta0.0%
Yellow89.1%
Key (black)45.9%
Color previews
#3f8a0f text on a black background
contrast 4.85:1
Card sample
#3f8a0f text on a white background
contrast 4.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f8a0f;
Background color
Panel with #3f8a0f background
background-color: #3f8a0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f8a0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 138, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 138, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f8a0f; background: linear-gradient(135deg, #3f8a0f, #0F8A31);