#3c8521
a dark, vivid green · cool · closest name: forestgreen
RGB
60, 133, 33
HSL
104°, 60%, 33%
CMYK
55, 0, 75, 48
Luminance
0.1785
Every format
| HEX | #3c8521 |
| RGB | rgb(60, 133, 33) |
| HSL | hsl(104, 60%, 33%) |
| CMYK | cmyk(55%, 0%, 75%, 48%) |
| LAB | lab(49.3 -41.4 44.3) |
| LCH | lch(49.3 60.7 133.0) |
| OKLCH | oklch(0.549 0.152 138.8) |
Copy-ready code
/* CSS */
color: #3c8521;
background-color: #3c8521;
/* Tailwind (arbitrary) */
class="text-[#3c8521] bg-[#3c8521]"
/* SCSS */
$brand: #3c8521;
/* SwiftUI */
Color(red: 0.235, green: 0.522, blue: 0.129)
/* Android */
Color.parseColor("#3c8521")Accessibility — WCAG contrast
Aa
#3c8521 on white: 4.60:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#3c8521 on black: 4.57:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green52.2%
Blue12.9%
CMYK percentages
Cyan54.9%
Magenta0.0%
Yellow75.2%
Key (black)47.8%
Color previews
#3c8521 text on a black background
contrast 4.57:1
Card sample
#3c8521 text on a white background
contrast 4.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3c8521;
Background color
Panel with #3c8521 background
background-color: #3c8521;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3c8521;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 133, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 133, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3c8521; background: linear-gradient(135deg, #3c8521, #218549);