#2ecc8f
a balanced, vivid green · cool · closest name: aquamarine
RGB
46, 204, 143
HSL
157°, 63%, 49%
CMYK
78, 0, 30, 20
Luminance
0.4575
Every format
| HEX | #2ecc8f |
| RGB | rgb(46, 204, 143) |
| HSL | hsl(157, 63%, 49%) |
| CMYK | cmyk(78%, 0%, 30%, 20%) |
| LAB | lab(73.4 -53.9 19.3) |
| LCH | lch(73.4 57.2 160.3) |
| OKLCH | oklch(0.752 0.155 161.6) |
Copy-ready code
/* CSS */
color: #2ecc8f;
background-color: #2ecc8f;
/* Tailwind (arbitrary) */
class="text-[#2ecc8f] bg-[#2ecc8f]"
/* SCSS */
$brand: #2ecc8f;
/* SwiftUI */
Color(red: 0.180, green: 0.800, blue: 0.561)
/* Android */
Color.parseColor("#2ecc8f")Accessibility — WCAG contrast
Aa
#2ecc8f on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ecc8f on black: 10.15:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green80.0%
Blue56.1%
CMYK percentages
Cyan77.5%
Magenta0.0%
Yellow29.9%
Key (black)20.0%
Color previews
#2ecc8f text on a black background
contrast 10.15:1
Card sample
#2ecc8f text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ecc8f;
Background color
Panel with #2ecc8f background
background-color: #2ecc8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ecc8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 204, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 204, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ecc8f; background: linear-gradient(135deg, #2ecc8f, #2EA0CC);