#2eb655
a dark, vivid green · cool · closest name: forestgreen
RGB
46, 182, 85
HSL
137°, 60%, 45%
CMYK
75, 0, 53, 29
Luminance
0.3469
Every format
| HEX | #2eb655 |
| RGB | rgb(46, 182, 85) |
| HSL | hsl(137, 60%, 45%) |
| CMYK | cmyk(75%, 0%, 53%, 29%) |
| LAB | lab(65.5 -56.5 39.0) |
| LCH | lch(65.5 68.6 145.4) |
| OKLCH | oklch(0.684 0.178 148.3) |
Copy-ready code
/* CSS */
color: #2eb655;
background-color: #2eb655;
/* Tailwind (arbitrary) */
class="text-[#2eb655] bg-[#2eb655]"
/* SCSS */
$brand: #2eb655;
/* SwiftUI */
Color(red: 0.180, green: 0.714, blue: 0.333)
/* Android */
Color.parseColor("#2eb655")Accessibility — WCAG contrast
Aa
#2eb655 on white: 2.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2eb655 on black: 7.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green71.4%
Blue33.3%
CMYK percentages
Cyan74.7%
Magenta0.0%
Yellow53.3%
Key (black)28.6%
Color previews
#2eb655 text on a black background
contrast 7.94:1
Card sample
#2eb655 text on a white background
contrast 2.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2eb655;
Background color
Panel with #2eb655 background
background-color: #2eb655;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2eb655;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 182, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 182, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2eb655; background: linear-gradient(135deg, #2eb655, #2EB6B0);