#3acb49
a balanced, vivid green · cool · closest name: forestgreen
RGB
58, 203, 73
HSL
126°, 58%, 51%
CMYK
71, 0, 64, 20
Luminance
0.4409
Every format
| HEX | #3acb49 |
| RGB | rgb(58, 203, 73) |
| HSL | hsl(126, 58%, 51%) |
| CMYK | cmyk(71%, 0%, 64%, 20%) |
| LAB | lab(72.3 -63.2 52.4) |
| LCH | lch(72.3 82.1 140.3) |
| OKLCH | oklch(0.740 0.210 144.5) |
Copy-ready code
/* CSS */
color: #3acb49;
background-color: #3acb49;
/* Tailwind (arbitrary) */
class="text-[#3acb49] bg-[#3acb49]"
/* SCSS */
$brand: #3acb49;
/* SwiftUI */
Color(red: 0.227, green: 0.796, blue: 0.286)
/* Android */
Color.parseColor("#3acb49")Accessibility — WCAG contrast
Aa
#3acb49 on white: 2.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3acb49 on black: 9.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red22.7%
Green79.6%
Blue28.6%
CMYK percentages
Cyan71.4%
Magenta0.0%
Yellow64.0%
Key (black)20.4%
Color previews
#3acb49 text on a black background
contrast 9.82:1
Card sample
#3acb49 text on a white background
contrast 2.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3acb49;
Background color
Panel with #3acb49 background
background-color: #3acb49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3acb49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(58, 203, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(58, 203, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3acb49; background: linear-gradient(135deg, #3acb49, #3ACBAA);