#2ea86b
a dark, vivid green · cool · closest name: seagreen
RGB
46, 168, 107
HSL
150°, 57%, 42%
CMYK
73, 0, 36, 34
Luminance
0.2965
Every format
| HEX | #2ea86b |
| RGB | rgb(46, 168, 107) |
| HSL | hsl(150, 57%, 42%) |
| CMYK | cmyk(73%, 0%, 36%, 34%) |
| LAB | lab(61.4 -47.4 22.2) |
| LCH | lch(61.4 52.4 154.9) |
| OKLCH | oklch(0.650 0.140 156.5) |
Copy-ready code
/* CSS */
color: #2ea86b;
background-color: #2ea86b;
/* Tailwind (arbitrary) */
class="text-[#2ea86b] bg-[#2ea86b]"
/* SCSS */
$brand: #2ea86b;
/* SwiftUI */
Color(red: 0.180, green: 0.659, blue: 0.420)
/* Android */
Color.parseColor("#2ea86b")Accessibility — WCAG contrast
Aa
#2ea86b on white: 3.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#2ea86b on black: 6.93:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green65.9%
Blue42.0%
CMYK percentages
Cyan72.6%
Magenta0.0%
Yellow36.3%
Key (black)34.1%
Color previews
#2ea86b text on a black background
contrast 6.93:1
Card sample
#2ea86b text on a white background
contrast 3.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ea86b;
Background color
Panel with #2ea86b background
background-color: #2ea86b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ea86b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 168, 107, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 168, 107, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ea86b; background: linear-gradient(135deg, #2ea86b, #2E94A8);