#3dac49
a balanced, vivid green · cool · closest name: forestgreen
RGB
61, 172, 73
HSL
127°, 48%, 46%
CMYK
65, 0, 58, 33
Luminance
0.3098
Every format
| HEX | #3dac49 |
| RGB | rgb(61, 172, 73) |
| HSL | hsl(127, 48%, 46%) |
| CMYK | cmyk(65%, 0%, 58%, 33%) |
| LAB | lab(62.5 -51.8 41.2) |
| LCH | lch(62.5 66.2 141.5) |
| OKLCH | oklch(0.659 0.171 145.1) |
Copy-ready code
/* CSS */
color: #3dac49;
background-color: #3dac49;
/* Tailwind (arbitrary) */
class="text-[#3dac49] bg-[#3dac49]"
/* SCSS */
$brand: #3dac49;
/* SwiftUI */
Color(red: 0.239, green: 0.675, blue: 0.286)
/* Android */
Color.parseColor("#3dac49")Accessibility — WCAG contrast
Aa
#3dac49 on white: 2.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3dac49 on black: 7.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.9%
Green67.5%
Blue28.6%
CMYK percentages
Cyan64.5%
Magenta0.0%
Yellow57.6%
Key (black)32.5%
Color previews
#3dac49 text on a black background
contrast 7.20:1
Card sample
#3dac49 text on a white background
contrast 2.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3dac49;
Background color
Panel with #3dac49 background
background-color: #3dac49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3dac49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(61, 172, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(61, 172, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3dac49; background: linear-gradient(135deg, #3dac49, #3DAC93);