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