#3bba49
a balanced, vivid green · cool · closest name: forestgreen
RGB
59, 186, 73
HSL
127°, 52%, 48%
CMYK
68, 0, 61, 27
Luminance
0.3653
Every format
| HEX | #3bba49 |
| RGB | rgb(59, 186, 73) |
| HSL | hsl(127, 52%, 48%) |
| CMYK | cmyk(68%, 0%, 61%, 27%) |
| LAB | lab(66.9 -57.3 46.4) |
| LCH | lch(66.9 73.7 141.0) |
| OKLCH | oklch(0.696 0.189 144.9) |
Copy-ready code
/* CSS */
color: #3bba49;
background-color: #3bba49;
/* Tailwind (arbitrary) */
class="text-[#3bba49] bg-[#3bba49]"
/* SCSS */
$brand: #3bba49;
/* SwiftUI */
Color(red: 0.231, green: 0.729, blue: 0.286)
/* Android */
Color.parseColor("#3bba49")Accessibility — WCAG contrast
Aa
#3bba49 on white: 2.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3bba49 on black: 8.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green72.9%
Blue28.6%
CMYK percentages
Cyan68.3%
Magenta0.0%
Yellow60.8%
Key (black)27.1%
Color previews
#3bba49 text on a black background
contrast 8.31:1
Card sample
#3bba49 text on a white background
contrast 2.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3bba49;
Background color
Panel with #3bba49 background
background-color: #3bba49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3bba49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 186, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 186, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3bba49; background: linear-gradient(135deg, #3bba49, #3BBA9D);