#3f681c
a dark, vivid green · cool · closest name: olivedrab
RGB
63, 104, 28
HSL
92°, 58%, 26%
CMYK
39, 0, 73, 59
Luminance
0.1104
Every format
| HEX | #3f681c |
| RGB | rgb(63, 104, 28) |
| HSL | hsl(92, 58%, 26%) |
| CMYK | cmyk(39%, 0%, 73%, 59%) |
| LAB | lab(39.6 -28.2 36.6) |
| LCH | lch(39.6 46.2 127.6) |
| OKLCH | oklch(0.470 0.115 133.6) |
Copy-ready code
/* CSS */
color: #3f681c;
background-color: #3f681c;
/* Tailwind (arbitrary) */
class="text-[#3f681c] bg-[#3f681c]"
/* SCSS */
$brand: #3f681c;
/* SwiftUI */
Color(red: 0.247, green: 0.408, blue: 0.110)
/* Android */
Color.parseColor("#3f681c")Accessibility — WCAG contrast
Aa
#3f681c on white: 6.55:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3f681c on black: 3.21:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red24.7%
Green40.8%
Blue11.0%
CMYK percentages
Cyan39.4%
Magenta0.0%
Yellow73.1%
Key (black)59.2%
Color previews
#3f681c text on a black background
contrast 3.21:1
Card sample
#3f681c text on a white background
contrast 6.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3f681c;
Background color
Panel with #3f681c background
background-color: #3f681c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3f681c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(63, 104, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(63, 104, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3f681c; background: linear-gradient(135deg, #3f681c, #1C682C);