#3ba613
a dark, electric green · cool · closest name: green
RGB
59, 166, 19
HSL
104°, 80%, 36%
CMYK
65, 0, 89, 35
Luminance
0.2825
Every format
| HEX | #3ba613 |
| RGB | rgb(59, 166, 19) |
| HSL | hsl(104, 80%, 36%) |
| CMYK | cmyk(65%, 0%, 89%, 35%) |
| LAB | lab(60.1 -54.6 58.4) |
| LCH | lch(60.1 80.0 133.0) |
| OKLCH | oklch(0.638 0.197 139.6) |
Copy-ready code
/* CSS */
color: #3ba613;
background-color: #3ba613;
/* Tailwind (arbitrary) */
class="text-[#3ba613] bg-[#3ba613]"
/* SCSS */
$brand: #3ba613;
/* SwiftUI */
Color(red: 0.231, green: 0.651, blue: 0.075)
/* Android */
Color.parseColor("#3ba613")Accessibility — WCAG contrast
Aa
#3ba613 on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3ba613 on black: 6.65:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green65.1%
Blue7.5%
CMYK percentages
Cyan64.5%
Magenta0.0%
Yellow88.6%
Key (black)34.9%
Color previews
#3ba613 text on a black background
contrast 6.65:1
Card sample
#3ba613 text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ba613;
Background color
Panel with #3ba613 background
background-color: #3ba613;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ba613;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 166, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 166, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ba613; background: linear-gradient(135deg, #3ba613, #13A64D);