#3ba321
a dark, vivid green · cool · closest name: forestgreen
RGB
59, 163, 33
HSL
108°, 66%, 38%
CMYK
64, 0, 80, 36
Luminance
0.2723
Every format
| HEX | #3ba321 |
| RGB | rgb(59, 163, 33) |
| HSL | hsl(108, 66%, 38%) |
| CMYK | cmyk(64%, 0%, 80%, 36%) |
| LAB | lab(59.2 -52.8 54.0) |
| LCH | lch(59.2 75.5 134.4) |
| OKLCH | oklch(0.631 0.188 140.3) |
Copy-ready code
/* CSS */
color: #3ba321;
background-color: #3ba321;
/* Tailwind (arbitrary) */
class="text-[#3ba321] bg-[#3ba321]"
/* SCSS */
$brand: #3ba321;
/* SwiftUI */
Color(red: 0.231, green: 0.639, blue: 0.129)
/* Android */
Color.parseColor("#3ba321")Accessibility — WCAG contrast
Aa
#3ba321 on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3ba321 on black: 6.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green63.9%
Blue12.9%
CMYK percentages
Cyan63.8%
Magenta0.0%
Yellow79.8%
Key (black)36.1%
Color previews
#3ba321 text on a black background
contrast 6.45:1
Card sample
#3ba321 text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ba321;
Background color
Panel with #3ba321 background
background-color: #3ba321;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ba321;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 163, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 163, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ba321; background: linear-gradient(135deg, #3ba321, #21A35E);