#3ba331
a dark, vivid green · cool · closest name: forestgreen
RGB
59, 163, 49
HSL
115°, 54%, 42%
CMYK
64, 0, 70, 36
Luminance
0.2735
Every format
| HEX | #3ba331 |
| RGB | rgb(59, 163, 49) |
| HSL | hsl(115, 54%, 42%) |
| CMYK | cmyk(64%, 0%, 70%, 36%) |
| LAB | lab(59.3 -51.6 48.3) |
| LCH | lch(59.3 70.7 136.9) |
| OKLCH | oklch(0.632 0.179 141.9) |
Copy-ready code
/* CSS */
color: #3ba331;
background-color: #3ba331;
/* Tailwind (arbitrary) */
class="text-[#3ba331] bg-[#3ba331]"
/* SCSS */
$brand: #3ba331;
/* SwiftUI */
Color(red: 0.231, green: 0.639, blue: 0.192)
/* Android */
Color.parseColor("#3ba331")Accessibility — WCAG contrast
Aa
#3ba331 on white: 3.25:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3ba331 on black: 6.47:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green63.9%
Blue19.2%
CMYK percentages
Cyan63.8%
Magenta0.0%
Yellow69.9%
Key (black)36.1%
Color previews
#3ba331 text on a black background
contrast 6.47:1
Card sample
#3ba331 text on a white background
contrast 3.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ba331;
Background color
Panel with #3ba331 background
background-color: #3ba331;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ba331;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 163, 49, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 163, 49, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ba331; background: linear-gradient(135deg, #3ba331, #31A373);