#3ba342
a dark, vivid green · cool · closest name: forestgreen
RGB
59, 163, 66
HSL
124°, 47%, 44%
CMYK
64, 0, 60, 36
Luminance
0.2752
Every format
| HEX | #3ba342 |
| RGB | rgb(59, 163, 66) |
| HSL | hsl(124, 47%, 44%) |
| CMYK | cmyk(64%, 0%, 60%, 36%) |
| LAB | lab(59.5 -49.8 41.0) |
| LCH | lch(59.5 64.5 140.6) |
| OKLCH | oklch(0.634 0.166 144.4) |
Copy-ready code
/* CSS */
color: #3ba342;
background-color: #3ba342;
/* Tailwind (arbitrary) */
class="text-[#3ba342] bg-[#3ba342]"
/* SCSS */
$brand: #3ba342;
/* SwiftUI */
Color(red: 0.231, green: 0.639, blue: 0.259)
/* Android */
Color.parseColor("#3ba342")Accessibility — WCAG contrast
Aa
#3ba342 on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3ba342 on black: 6.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green63.9%
Blue25.9%
CMYK percentages
Cyan63.8%
Magenta0.0%
Yellow59.5%
Key (black)36.1%
Color previews
#3ba342 text on a black background
contrast 6.50:1
Card sample
#3ba342 text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ba342;
Background color
Panel with #3ba342 background
background-color: #3ba342;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ba342;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 163, 66, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 163, 66, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ba342; background: linear-gradient(135deg, #3ba342, #3BA387);