#2ecb9f
a balanced, vivid cyan · cool · closest name: turquoise
RGB
46, 203, 159
HSL
163°, 63%, 49%
CMYK
77, 0, 22, 20
Luminance
0.4580
Every format
| HEX | #2ecb9f |
| RGB | rgb(46, 203, 159) |
| HSL | hsl(163, 63%, 49%) |
| CMYK | cmyk(77%, 0%, 22%, 20%) |
| LAB | lab(73.4 -49.8 10.8) |
| LCH | lch(73.4 51.0 167.8) |
| OKLCH | oklch(0.753 0.141 168.7) |
Copy-ready code
/* CSS */
color: #2ecb9f;
background-color: #2ecb9f;
/* Tailwind (arbitrary) */
class="text-[#2ecb9f] bg-[#2ecb9f]"
/* SCSS */
$brand: #2ecb9f;
/* SwiftUI */
Color(red: 0.180, green: 0.796, blue: 0.624)
/* Android */
Color.parseColor("#2ecb9f")Accessibility — WCAG contrast
Aa
#2ecb9f on white: 2.07:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ecb9f on black: 10.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green79.6%
Blue62.4%
CMYK percentages
Cyan77.3%
Magenta0.0%
Yellow21.7%
Key (black)20.4%
Color previews
#2ecb9f text on a black background
contrast 10.16:1
Card sample
#2ecb9f text on a white background
contrast 2.07:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ecb9f;
Background color
Panel with #2ecb9f background
background-color: #2ecb9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ecb9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 203, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 203, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ecb9f; background: linear-gradient(135deg, #2ecb9f, #2E8ECB);