#2ba50f
a dark, electric green · cool · closest name: green
RGB
43, 165, 15
HSL
109°, 83%, 35%
CMYK
74, 0, 91, 35
Luminance
0.2746
Every format
| HEX | #2ba50f |
| RGB | rgb(43, 165, 15) |
| HSL | hsl(109, 83%, 35%) |
| CMYK | cmyk(74%, 0%, 91%, 35%) |
| LAB | lab(59.4 -57.6 58.4) |
| LCH | lch(59.4 82.0 134.6) |
| OKLCH | oklch(0.631 0.203 141.0) |
Copy-ready code
/* CSS */
color: #2ba50f;
background-color: #2ba50f;
/* Tailwind (arbitrary) */
class="text-[#2ba50f] bg-[#2ba50f]"
/* SCSS */
$brand: #2ba50f;
/* SwiftUI */
Color(red: 0.169, green: 0.647, blue: 0.059)
/* Android */
Color.parseColor("#2ba50f")Accessibility — WCAG contrast
Aa
#2ba50f on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2ba50f on black: 6.49:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green64.7%
Blue5.9%
CMYK percentages
Cyan73.9%
Magenta0.0%
Yellow90.9%
Key (black)35.3%
Color previews
#2ba50f text on a black background
contrast 6.49:1
Card sample
#2ba50f text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ba50f;
Background color
Panel with #2ba50f background
background-color: #2ba50f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ba50f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 165, 15, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 165, 15, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ba50f; background: linear-gradient(135deg, #2ba50f, #0FA557);