#2ab849
a dark, vivid green · cool · closest name: forestgreen
RGB
42, 184, 73
HSL
133°, 63%, 44%
CMYK
77, 0, 60, 28
Luminance
0.3525
Every format
| HEX | #2ab849 |
| RGB | rgb(42, 184, 73) |
| HSL | hsl(133, 63%, 44%) |
| CMYK | cmyk(77%, 0%, 60%, 28%) |
| LAB | lab(65.9 -59.3 45.2) |
| LCH | lch(65.9 74.6 142.7) |
| OKLCH | oklch(0.687 0.192 146.3) |
Copy-ready code
/* CSS */
color: #2ab849;
background-color: #2ab849;
/* Tailwind (arbitrary) */
class="text-[#2ab849] bg-[#2ab849]"
/* SCSS */
$brand: #2ab849;
/* SwiftUI */
Color(red: 0.165, green: 0.722, blue: 0.286)
/* Android */
Color.parseColor("#2ab849")Accessibility — WCAG contrast
Aa
#2ab849 on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ab849 on black: 8.05:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green72.2%
Blue28.6%
CMYK percentages
Cyan77.2%
Magenta0.0%
Yellow60.3%
Key (black)27.8%
Color previews
#2ab849 text on a black background
contrast 8.05:1
Card sample
#2ab849 text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ab849;
Background color
Panel with #2ab849 background
background-color: #2ab849;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ab849;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 184, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 184, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ab849; background: linear-gradient(135deg, #2ab849, #2AB8A8);