#3c6d13
a dark, vivid green · cool · closest name: olivedrab
RGB
60, 109, 19
HSL
93°, 70%, 25%
CMYK
45, 0, 83, 57
Luminance
0.1194
Every format
| HEX | #3c6d13 |
| RGB | rgb(60, 109, 19) |
| HSL | hsl(93, 70%, 25%) |
| CMYK | cmyk(45%, 0%, 83%, 57%) |
| LAB | lab(41.1 -32.3 41.4) |
| LCH | lch(41.1 52.5 127.9) |
| OKLCH | oklch(0.482 0.129 134.6) |
Copy-ready code
/* CSS */
color: #3c6d13;
background-color: #3c6d13;
/* Tailwind (arbitrary) */
class="text-[#3c6d13] bg-[#3c6d13]"
/* SCSS */
$brand: #3c6d13;
/* SwiftUI */
Color(red: 0.235, green: 0.427, blue: 0.075)
/* Android */
Color.parseColor("#3c6d13")Accessibility — WCAG contrast
Aa
#3c6d13 on white: 6.20:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3c6d13 on black: 3.39:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green42.7%
Blue7.5%
CMYK percentages
Cyan45.0%
Magenta0.0%
Yellow82.6%
Key (black)57.3%
Color previews
#3c6d13 text on a black background
contrast 3.39:1
Card sample
#3c6d13 text on a white background
contrast 6.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c6d13;
Background color
Panel with #3c6d13 background
background-color: #3c6d13;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c6d13;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 109, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 109, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c6d13; background: linear-gradient(135deg, #3c6d13, #136D26);