#2bba3f
a dark, vivid green · cool · closest name: forestgreen
RGB
43, 186, 63
HSL
128°, 62%, 45%
CMYK
77, 0, 66, 27
Luminance
0.3599
Every format
| HEX | #2bba3f |
| RGB | rgb(43, 186, 63) |
| HSL | hsl(128, 62%, 45%) |
| CMYK | cmyk(77%, 0%, 66%, 27%) |
| LAB | lab(66.5 -61.0 50.2) |
| LCH | lch(66.5 79.0 140.6) |
| OKLCH | oklch(0.691 0.202 144.8) |
Copy-ready code
/* CSS */
color: #2bba3f;
background-color: #2bba3f;
/* Tailwind (arbitrary) */
class="text-[#2bba3f] bg-[#2bba3f]"
/* SCSS */
$brand: #2bba3f;
/* SwiftUI */
Color(red: 0.169, green: 0.729, blue: 0.247)
/* Android */
Color.parseColor("#2bba3f")Accessibility — WCAG contrast
Aa
#2bba3f on white: 2.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2bba3f on black: 8.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green72.9%
Blue24.7%
CMYK percentages
Cyan76.9%
Magenta0.0%
Yellow66.1%
Key (black)27.1%
Color previews
#2bba3f text on a black background
contrast 8.20:1
Card sample
#2bba3f text on a white background
contrast 2.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2bba3f;
Background color
Panel with #2bba3f background
background-color: #2bba3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2bba3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 186, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 186, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2bba3f; background: linear-gradient(135deg, #2bba3f, #2BBA9E);