#2ec06f
a balanced, vivid green · cool · closest name: forestgreen
RGB
46, 192, 111
HSL
147°, 61%, 47%
CMYK
76, 0, 42, 25
Luminance
0.3943
Every format
| HEX | #2ec06f |
| RGB | rgb(46, 192, 111) |
| HSL | hsl(147, 61%, 47%) |
| CMYK | cmyk(76%, 0%, 42%, 25%) |
| LAB | lab(69.1 -55.8 30.3) |
| LCH | lch(69.1 63.5 151.5) |
| OKLCH | oklch(0.714 0.168 153.4) |
Copy-ready code
/* CSS */
color: #2ec06f;
background-color: #2ec06f;
/* Tailwind (arbitrary) */
class="text-[#2ec06f] bg-[#2ec06f]"
/* SCSS */
$brand: #2ec06f;
/* SwiftUI */
Color(red: 0.180, green: 0.753, blue: 0.435)
/* Android */
Color.parseColor("#2ec06f")Accessibility — WCAG contrast
Aa
#2ec06f on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ec06f on black: 8.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green75.3%
Blue43.5%
CMYK percentages
Cyan76.0%
Magenta0.0%
Yellow42.2%
Key (black)24.7%
Color previews
#2ec06f text on a black background
contrast 8.89:1
Card sample
#2ec06f text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ec06f;
Background color
Panel with #2ec06f background
background-color: #2ec06f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ec06f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 192, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 192, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ec06f; background: linear-gradient(135deg, #2ec06f, #2EB0C0);