#2eb89a
a balanced, vivid cyan · cool · closest name: turquoise
RGB
46, 184, 154
HSL
167°, 60%, 45%
CMYK
75, 0, 16, 28
Luminance
0.3719
Every format
| HEX | #2eb89a |
| RGB | rgb(46, 184, 154) |
| HSL | hsl(167, 60%, 45%) |
| CMYK | cmyk(75%, 0%, 16%, 28%) |
| LAB | lab(67.4 -43.1 4.9) |
| LCH | lch(67.4 43.4 173.5) |
| OKLCH | oklch(0.704 0.123 174.2) |
Copy-ready code
/* CSS */
color: #2eb89a;
background-color: #2eb89a;
/* Tailwind (arbitrary) */
class="text-[#2eb89a] bg-[#2eb89a]"
/* SCSS */
$brand: #2eb89a;
/* SwiftUI */
Color(red: 0.180, green: 0.722, blue: 0.604)
/* Android */
Color.parseColor("#2eb89a")Accessibility — WCAG contrast
Aa
#2eb89a on white: 2.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2eb89a on black: 8.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green72.2%
Blue60.4%
CMYK percentages
Cyan75.0%
Magenta0.0%
Yellow16.3%
Key (black)27.8%
Color previews
#2eb89a text on a black background
contrast 8.44:1
Card sample
#2eb89a text on a white background
contrast 2.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2eb89a;
Background color
Panel with #2eb89a background
background-color: #2eb89a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2eb89a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 184, 154, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 184, 154, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2eb89a; background: linear-gradient(135deg, #2eb89a, #2E7AB8);