#2eb94c
a balanced, vivid green · cool · closest name: forestgreen
RGB
46, 185, 76
HSL
133°, 60%, 45%
CMYK
75, 0, 59, 28
Luminance
0.3580
Every format
| HEX | #2eb94c |
| RGB | rgb(46, 185, 76) |
| HSL | hsl(133, 60%, 45%) |
| CMYK | cmyk(75%, 0%, 59%, 28%) |
| LAB | lab(66.4 -58.7 44.3) |
| LCH | lch(66.4 73.5 143.0) |
| OKLCH | oklch(0.691 0.190 146.5) |
Copy-ready code
/* CSS */
color: #2eb94c;
background-color: #2eb94c;
/* Tailwind (arbitrary) */
class="text-[#2eb94c] bg-[#2eb94c]"
/* SCSS */
$brand: #2eb94c;
/* SwiftUI */
Color(red: 0.180, green: 0.725, blue: 0.298)
/* Android */
Color.parseColor("#2eb94c")Accessibility — WCAG contrast
Aa
#2eb94c on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2eb94c on black: 8.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green72.5%
Blue29.8%
CMYK percentages
Cyan75.1%
Magenta0.0%
Yellow58.9%
Key (black)27.5%
Color previews
#2eb94c text on a black background
contrast 8.16:1
Card sample
#2eb94c text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2eb94c;
Background color
Panel with #2eb94c background
background-color: #2eb94c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2eb94c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 185, 76, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 185, 76, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2eb94c; background: linear-gradient(135deg, #2eb94c, #2EB9A9);