#3ba608
a dark, electric green · cool · closest name: green
RGB
59, 166, 8
HSL
101°, 91%, 34%
CMYK
65, 0, 95, 35
Luminance
0.2822
Every format
| HEX | #3ba608 |
| RGB | rgb(59, 166, 8) |
| HSL | hsl(101, 91%, 34%) |
| CMYK | cmyk(65%, 0%, 95%, 35%) |
| LAB | lab(60.1 -54.9 60.2) |
| LCH | lch(60.1 81.5 132.3) |
| OKLCH | oklch(0.638 0.200 139.3) |
Copy-ready code
/* CSS */
color: #3ba608;
background-color: #3ba608;
/* Tailwind (arbitrary) */
class="text-[#3ba608] bg-[#3ba608]"
/* SCSS */
$brand: #3ba608;
/* SwiftUI */
Color(red: 0.231, green: 0.651, blue: 0.031)
/* Android */
Color.parseColor("#3ba608")Accessibility — WCAG contrast
Aa
#3ba608 on white: 3.16:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#3ba608 on black: 6.64:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green65.1%
Blue3.1%
CMYK percentages
Cyan64.5%
Magenta0.0%
Yellow95.2%
Key (black)34.9%
Color previews
#3ba608 text on a black background
contrast 6.64:1
Card sample
#3ba608 text on a white background
contrast 3.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3ba608;
Background color
Panel with #3ba608 background
background-color: #3ba608;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3ba608;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 166, 8, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 166, 8, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3ba608; background: linear-gradient(135deg, #3ba608, #08A63E);