#2ab34a
a dark, vivid green · cool · closest name: forestgreen
RGB
42, 179, 74
HSL
134°, 62%, 43%
CMYK
77, 0, 59, 30
Luminance
0.3323
Every format
| HEX | #2ab34a |
| RGB | rgb(42, 179, 74) |
| HSL | hsl(134, 62%, 43%) |
| CMYK | cmyk(77%, 0%, 59%, 30%) |
| LAB | lab(64.3 -57.5 42.8) |
| LCH | lch(64.3 71.7 143.3) |
| OKLCH | oklch(0.673 0.185 146.8) |
Copy-ready code
/* CSS */
color: #2ab34a;
background-color: #2ab34a;
/* Tailwind (arbitrary) */
class="text-[#2ab34a] bg-[#2ab34a]"
/* SCSS */
$brand: #2ab34a;
/* SwiftUI */
Color(red: 0.165, green: 0.702, blue: 0.290)
/* Android */
Color.parseColor("#2ab34a")Accessibility — WCAG contrast
Aa
#2ab34a on white: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ab34a on black: 7.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red16.5%
Green70.2%
Blue29.0%
CMYK percentages
Cyan76.5%
Magenta0.0%
Yellow58.7%
Key (black)29.8%
Color previews
#2ab34a text on a black background
contrast 7.65:1
Card sample
#2ab34a text on a white background
contrast 2.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ab34a;
Background color
Panel with #2ab34a background
background-color: #2ab34a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ab34a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(42, 179, 74, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(42, 179, 74, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ab34a; background: linear-gradient(135deg, #2ab34a, #2AB3A5);