#3c770c
a dark, electric green · cool · closest name: olivedrab
RGB
60, 119, 12
HSL
93°, 82%, 26%
CMYK
50, 0, 90, 53
Luminance
0.1418
Every format
| HEX | #3c770c |
| RGB | rgb(60, 119, 12) |
| HSL | hsl(93, 82%, 26%) |
| CMYK | cmyk(50%, 0%, 90%, 53%) |
| LAB | lab(44.5 -36.9 46.4) |
| LCH | lch(44.5 59.3 128.5) |
| OKLCH | oklch(0.509 0.145 135.6) |
Copy-ready code
/* CSS */
color: #3c770c;
background-color: #3c770c;
/* Tailwind (arbitrary) */
class="text-[#3c770c] bg-[#3c770c]"
/* SCSS */
$brand: #3c770c;
/* SwiftUI */
Color(red: 0.235, green: 0.467, blue: 0.047)
/* Android */
Color.parseColor("#3c770c")Accessibility — WCAG contrast
Aa
#3c770c on white: 5.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3c770c on black: 3.84:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green46.7%
Blue4.7%
CMYK percentages
Cyan49.6%
Magenta0.0%
Yellow89.9%
Key (black)53.3%
Color previews
#3c770c text on a black background
contrast 3.84:1
Card sample
#3c770c text on a white background
contrast 5.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c770c;
Background color
Panel with #3c770c background
background-color: #3c770c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c770c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 119, 12, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 119, 12, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c770c; background: linear-gradient(135deg, #3c770c, #0C7723);