#3b9313
a dark, electric green · cool · closest name: forestgreen
RGB
59, 147, 19
HSL
101°, 77%, 33%
CMYK
60, 0, 87, 42
Luminance
0.2184
Every format
| HEX | #3b9313 |
| RGB | rgb(59, 147, 19) |
| HSL | hsl(101, 77%, 33%) |
| CMYK | cmyk(60%, 0%, 87%, 42%) |
| LAB | lab(53.9 -47.8 53.0) |
| LCH | lch(53.9 71.4 132.1) |
| OKLCH | oklch(0.587 0.176 138.7) |
Copy-ready code
/* CSS */
color: #3b9313;
background-color: #3b9313;
/* Tailwind (arbitrary) */
class="text-[#3b9313] bg-[#3b9313]"
/* SCSS */
$brand: #3b9313;
/* SwiftUI */
Color(red: 0.231, green: 0.576, blue: 0.075)
/* Android */
Color.parseColor("#3b9313")Accessibility — WCAG contrast
Aa
#3b9313 on white: 3.91:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3b9313 on black: 5.37:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green57.6%
Blue7.5%
CMYK percentages
Cyan59.9%
Magenta0.0%
Yellow87.1%
Key (black)42.4%
Color previews
#3b9313 text on a black background
contrast 5.37:1
Card sample
#3b9313 text on a white background
contrast 3.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3b9313;
Background color
Panel with #3b9313 background
background-color: #3b9313;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3b9313;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 147, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 147, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3b9313; background: linear-gradient(135deg, #3b9313, #139340);