#3ba554
a dark, vivid green · cool · closest name: forestgreen
RGB
59, 165, 84
HSL
134°, 47%, 44%
CMYK
64, 0, 49, 35
Luminance
0.2848
Every format
| HEX | #3ba554 |
| RGB | rgb(59, 165, 84) |
| HSL | hsl(134, 47%, 44%) |
| CMYK | cmyk(64%, 0%, 49%, 35%) |
| LAB | lab(60.3 -48.0 33.1) |
| LCH | lch(60.3 58.3 145.4) |
| OKLCH | oklch(0.642 0.153 148.2) |
Copy-ready code
/* CSS */
color: #3ba554;
background-color: #3ba554;
/* Tailwind (arbitrary) */
class="text-[#3ba554] bg-[#3ba554]"
/* SCSS */
$brand: #3ba554;
/* SwiftUI */
Color(red: 0.231, green: 0.647, blue: 0.329)
/* Android */
Color.parseColor("#3ba554")Accessibility — WCAG contrast
Aa
#3ba554 on white: 3.14:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3ba554 on black: 6.70:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green64.7%
Blue32.9%
CMYK percentages
Cyan64.2%
Magenta0.0%
Yellow49.1%
Key (black)35.3%
Color previews
#3ba554 text on a black background
contrast 6.70:1
Card sample
#3ba554 text on a white background
contrast 3.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ba554;
Background color
Panel with #3ba554 background
background-color: #3ba554;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ba554;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 165, 84, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 165, 84, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ba554; background: linear-gradient(135deg, #3ba554, #3BA59B);