#2eb73b
a dark, vivid green · cool · closest name: forestgreen
RGB
46, 183, 59
HSL
126°, 60%, 45%
CMYK
75, 0, 68, 28
Luminance
0.3476
Every format
| HEX | #2eb73b |
| RGB | rgb(46, 183, 59) |
| HSL | hsl(126, 60%, 45%) |
| CMYK | cmyk(75%, 0%, 68%, 28%) |
| LAB | lab(65.6 -60.0 50.8) |
| LCH | lch(65.6 78.6 139.7) |
| OKLCH | oklch(0.683 0.200 144.2) |
Copy-ready code
/* CSS */
color: #2eb73b;
background-color: #2eb73b;
/* Tailwind (arbitrary) */
class="text-[#2eb73b] bg-[#2eb73b]"
/* SCSS */
$brand: #2eb73b;
/* SwiftUI */
Color(red: 0.180, green: 0.718, blue: 0.231)
/* Android */
Color.parseColor("#2eb73b")Accessibility — WCAG contrast
Aa
#2eb73b on white: 2.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2eb73b on black: 7.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green71.8%
Blue23.1%
CMYK percentages
Cyan74.9%
Magenta0.0%
Yellow67.8%
Key (black)28.2%
Color previews
#2eb73b text on a black background
contrast 7.95:1
Card sample
#2eb73b text on a white background
contrast 2.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2eb73b;
Background color
Panel with #2eb73b background
background-color: #2eb73b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2eb73b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 183, 59, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 183, 59, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2eb73b; background: linear-gradient(135deg, #2eb73b, #2EB796);