#3c6705
a deep, electric green · cool · closest name: olivedrab
RGB
60, 103, 5
HSL
86°, 91%, 21%
CMYK
42, 0, 95, 60
Luminance
0.1067
Every format
| HEX | #3c6705 |
| RGB | rgb(60, 103, 5) |
| HSL | hsl(86, 91%, 21%) |
| CMYK | cmyk(42%, 0%, 95%, 60%) |
| LAB | lab(39.0 -30.2 43.5) |
| LCH | lch(39.0 52.9 124.8) |
| OKLCH | oklch(0.464 0.127 132.4) |
Copy-ready code
/* CSS */
color: #3c6705;
background-color: #3c6705;
/* Tailwind (arbitrary) */
class="text-[#3c6705] bg-[#3c6705]"
/* SCSS */
$brand: #3c6705;
/* SwiftUI */
Color(red: 0.235, green: 0.404, blue: 0.020)
/* Android */
Color.parseColor("#3c6705")Accessibility — WCAG contrast
Aa
#3c6705 on white: 6.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3c6705 on black: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green40.4%
Blue2.0%
CMYK percentages
Cyan41.7%
Magenta0.0%
Yellow95.1%
Key (black)59.6%
Color previews
#3c6705 text on a black background
contrast 3.13:1
Card sample
#3c6705 text on a white background
contrast 6.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c6705;
Background color
Panel with #3c6705 background
background-color: #3c6705;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c6705;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 103, 5, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 103, 5, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c6705; background: linear-gradient(135deg, #3c6705, #05670F);