#3cac39
a dark, vivid green · cool · closest name: forestgreen
RGB
60, 172, 57
HSL
118°, 50%, 45%
CMYK
65, 0, 67, 33
Luminance
0.3076
Every format
| HEX | #3cac39 |
| RGB | rgb(60, 172, 57) |
| HSL | hsl(118, 50%, 45%) |
| CMYK | cmyk(65%, 0%, 67%, 33%) |
| LAB | lab(62.3 -53.9 48.2) |
| LCH | lch(62.3 72.3 138.2) |
| OKLCH | oklch(0.657 0.184 142.8) |
Copy-ready code
/* CSS */
color: #3cac39;
background-color: #3cac39;
/* Tailwind (arbitrary) */
class="text-[#3cac39] bg-[#3cac39]"
/* SCSS */
$brand: #3cac39;
/* SwiftUI */
Color(red: 0.235, green: 0.675, blue: 0.224)
/* Android */
Color.parseColor("#3cac39")Accessibility — WCAG contrast
Aa
#3cac39 on white: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3cac39 on black: 7.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.5%
Green67.5%
Blue22.4%
CMYK percentages
Cyan65.1%
Magenta0.0%
Yellow66.9%
Key (black)32.5%
Color previews
#3cac39 text on a black background
contrast 7.15:1
Card sample
#3cac39 text on a white background
contrast 2.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3cac39;
Background color
Panel with #3cac39 background
background-color: #3cac39;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3cac39;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(60, 172, 57, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(60, 172, 57, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3cac39; background: linear-gradient(135deg, #3cac39, #39AC83);