#3ba511
a dark, electric green · cool · closest name: green
RGB
59, 165, 17
HSL
103°, 81%, 36%
CMYK
64, 0, 90, 35
Luminance
0.2788
Every format
| HEX | #3ba511 |
| RGB | rgb(59, 165, 17) |
| HSL | hsl(103, 81%, 36%) |
| CMYK | cmyk(64%, 0%, 90%, 35%) |
| LAB | lab(59.8 -54.3 58.5) |
| LCH | lch(59.8 79.8 132.8) |
| OKLCH | oklch(0.635 0.197 139.5) |
Copy-ready code
/* CSS */
color: #3ba511;
background-color: #3ba511;
/* Tailwind (arbitrary) */
class="text-[#3ba511] bg-[#3ba511]"
/* SCSS */
$brand: #3ba511;
/* SwiftUI */
Color(red: 0.231, green: 0.647, blue: 0.067)
/* Android */
Color.parseColor("#3ba511")Accessibility — WCAG contrast
Aa
#3ba511 on white: 3.19:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3ba511 on black: 6.58:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green64.7%
Blue6.7%
CMYK percentages
Cyan64.2%
Magenta0.0%
Yellow89.7%
Key (black)35.3%
Color previews
#3ba511 text on a black background
contrast 6.58:1
Card sample
#3ba511 text on a white background
contrast 3.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ba511;
Background color
Panel with #3ba511 background
background-color: #3ba511;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ba511;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 165, 17, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 165, 17, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ba511; background: linear-gradient(135deg, #3ba511, #11A54A);