#3d6b1f
a dark, vivid green · cool · closest name: olivedrab
RGB
61, 107, 31
HSL
96°, 55%, 27%
CMYK
43, 0, 71, 58
Luminance
0.1161
Every format
| HEX | #3d6b1f |
| RGB | rgb(61, 107, 31) |
| HSL | hsl(96, 55%, 27%) |
| CMYK | cmyk(43%, 0%, 71%, 58%) |
| LAB | lab(40.6 -30.1 36.2) |
| LCH | lch(40.6 47.1 129.8) |
| OKLCH | oklch(0.478 0.118 135.4) |
Copy-ready code
/* CSS */
color: #3d6b1f;
background-color: #3d6b1f;
/* Tailwind (arbitrary) */
class="text-[#3d6b1f] bg-[#3d6b1f]"
/* SCSS */
$brand: #3d6b1f;
/* SwiftUI */
Color(red: 0.239, green: 0.420, blue: 0.122)
/* Android */
Color.parseColor("#3d6b1f")Accessibility — WCAG contrast
Aa
#3d6b1f on white: 6.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3d6b1f on black: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green42.0%
Blue12.2%
CMYK percentages
Cyan43.0%
Magenta0.0%
Yellow71.0%
Key (black)58.0%
Color previews
#3d6b1f text on a black background
contrast 3.32:1
Card sample
#3d6b1f text on a white background
contrast 6.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3d6b1f;
Background color
Panel with #3d6b1f background
background-color: #3d6b1f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3d6b1f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 107, 31, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 107, 31, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3d6b1f; background: linear-gradient(135deg, #3d6b1f, #1F6B34);