#3ba721
a dark, vivid green · cool · closest name: forestgreen
RGB
59, 167, 33
HSL
108°, 67%, 39%
CMYK
65, 0, 80, 35
Luminance
0.2868
Every format
| HEX | #3ba721 |
| RGB | rgb(59, 167, 33) |
| HSL | hsl(108, 67%, 39%) |
| CMYK | cmyk(65%, 0%, 80%, 35%) |
| LAB | lab(60.5 -54.2 55.2) |
| LCH | lch(60.5 77.4 134.5) |
| OKLCH | oklch(0.642 0.193 140.5) |
Copy-ready code
/* CSS */
color: #3ba721;
background-color: #3ba721;
/* Tailwind (arbitrary) */
class="text-[#3ba721] bg-[#3ba721]"
/* SCSS */
$brand: #3ba721;
/* SwiftUI */
Color(red: 0.231, green: 0.655, blue: 0.129)
/* Android */
Color.parseColor("#3ba721")Accessibility — WCAG contrast
Aa
#3ba721 on white: 3.12:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3ba721 on black: 6.74:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green65.5%
Blue12.9%
CMYK percentages
Cyan64.7%
Magenta0.0%
Yellow80.2%
Key (black)34.5%
Color previews
#3ba721 text on a black background
contrast 6.74:1
Card sample
#3ba721 text on a white background
contrast 3.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ba721;
Background color
Panel with #3ba721 background
background-color: #3ba721;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ba721;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 167, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 167, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ba721; background: linear-gradient(135deg, #3ba721, #21A760);