#2ba554
a dark, vivid green · cool · closest name: forestgreen
RGB
43, 165, 84
HSL
140°, 59%, 41%
CMYK
74, 0, 49, 35
Luminance
0.2806
Every format
| HEX | #2ba554 |
| RGB | rgb(43, 165, 84) |
| HSL | hsl(140, 59%, 41%) |
| CMYK | cmyk(74%, 0%, 49%, 35%) |
| LAB | lab(59.9 -51.0 32.6) |
| LCH | lch(59.9 60.5 147.4) |
| OKLCH | oklch(0.637 0.158 150.0) |
Copy-ready code
/* CSS */
color: #2ba554;
background-color: #2ba554;
/* Tailwind (arbitrary) */
class="text-[#2ba554] bg-[#2ba554]"
/* SCSS */
$brand: #2ba554;
/* SwiftUI */
Color(red: 0.169, green: 0.647, blue: 0.329)
/* Android */
Color.parseColor("#2ba554")Accessibility — WCAG contrast
Aa
#2ba554 on white: 3.18:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2ba554 on black: 6.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.9%
Green64.7%
Blue32.9%
CMYK percentages
Cyan73.9%
Magenta0.0%
Yellow49.1%
Key (black)35.3%
Color previews
#2ba554 text on a black background
contrast 6.61:1
Card sample
#2ba554 text on a white background
contrast 3.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ba554;
Background color
Panel with #2ba554 background
background-color: #2ba554;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ba554;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(43, 165, 84, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(43, 165, 84, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ba554; background: linear-gradient(135deg, #2ba554, #2BA5A5);