#3bab0f
a dark, electric green · cool · closest name: green
RGB
59, 171, 15
HSL
103°, 84%, 37%
CMYK
66, 0, 91, 33
Luminance
0.3009
Every format
| HEX | #3bab0f |
| RGB | rgb(59, 171, 15) |
| HSL | hsl(103, 84%, 37%) |
| CMYK | cmyk(66%, 0%, 91%, 33%) |
| LAB | lab(61.7 -56.4 60.6) |
| LCH | lch(61.7 82.8 133.0) |
| OKLCH | oklch(0.652 0.203 139.7) |
Copy-ready code
/* CSS */
color: #3bab0f;
background-color: #3bab0f;
/* Tailwind (arbitrary) */
class="text-[#3bab0f] bg-[#3bab0f]"
/* SCSS */
$brand: #3bab0f;
/* SwiftUI */
Color(red: 0.231, green: 0.671, blue: 0.059)
/* Android */
Color.parseColor("#3bab0f")Accessibility — WCAG contrast
Aa
#3bab0f on white: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#3bab0f on black: 7.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red23.1%
Green67.1%
Blue5.9%
CMYK percentages
Cyan65.5%
Magenta0.0%
Yellow91.2%
Key (black)32.9%
Color previews
#3bab0f text on a black background
contrast 7.02:1
Card sample
#3bab0f text on a white background
contrast 2.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #3bab0f;
Background color
Panel with #3bab0f background
background-color: #3bab0f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #3bab0f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(59, 171, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(59, 171, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #3bab0f; background: linear-gradient(135deg, #3bab0f, #0FAB4B);