#2ead89
a dark, vivid cyan · cool · closest name: seagreen
RGB
46, 173, 137
HSL
163°, 58%, 43%
CMYK
73, 0, 21, 32
Luminance
0.3227
Every format
| HEX | #2ead89 |
| RGB | rgb(46, 173, 137) |
| HSL | hsl(163, 58%, 43%) |
| CMYK | cmyk(73%, 0%, 21%, 32%) |
| LAB | lab(63.6 -42.7 8.8) |
| LCH | lch(63.6 43.6 168.4) |
| OKLCH | oklch(0.671 0.121 169.3) |
Copy-ready code
/* CSS */
color: #2ead89;
background-color: #2ead89;
/* Tailwind (arbitrary) */
class="text-[#2ead89] bg-[#2ead89]"
/* SCSS */
$brand: #2ead89;
/* SwiftUI */
Color(red: 0.180, green: 0.678, blue: 0.537)
/* Android */
Color.parseColor("#2ead89")Accessibility — WCAG contrast
Aa
#2ead89 on white: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ead89 on black: 7.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green67.8%
Blue53.7%
CMYK percentages
Cyan73.4%
Magenta0.0%
Yellow20.8%
Key (black)32.2%
Color previews
#2ead89 text on a black background
contrast 7.45:1
Card sample
#2ead89 text on a white background
contrast 2.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ead89;
Background color
Panel with #2ead89 background
background-color: #2ead89;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ead89;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 173, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 173, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ead89; background: linear-gradient(135deg, #2ead89, #2E7CAD);