#2ece9c
a balanced, vivid cyan · cool · closest name: aquamarine
RGB
46, 206, 156
HSL
161°, 64%, 49%
CMYK
78, 0, 24, 19
Luminance
0.4712
Every format
| HEX | #2ece9c |
| RGB | rgb(46, 206, 156) |
| HSL | hsl(161, 64%, 49%) |
| CMYK | cmyk(78%, 0%, 24%, 19%) |
| LAB | lab(74.3 -51.7 13.6) |
| LCH | lch(74.3 53.5 165.3) |
| OKLCH | oklch(0.760 0.147 166.3) |
Copy-ready code
/* CSS */
color: #2ece9c;
background-color: #2ece9c;
/* Tailwind (arbitrary) */
class="text-[#2ece9c] bg-[#2ece9c]"
/* SCSS */
$brand: #2ece9c;
/* SwiftUI */
Color(red: 0.180, green: 0.808, blue: 0.612)
/* Android */
Color.parseColor("#2ece9c")Accessibility — WCAG contrast
Aa
#2ece9c on white: 2.01:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ece9c on black: 10.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green80.8%
Blue61.2%
CMYK percentages
Cyan77.7%
Magenta0.0%
Yellow24.3%
Key (black)19.2%
Color previews
#2ece9c text on a black background
contrast 10.42:1
Card sample
#2ece9c text on a white background
contrast 2.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ece9c;
Background color
Panel with #2ece9c background
background-color: #2ece9c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ece9c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 206, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 206, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ece9c; background: linear-gradient(135deg, #2ece9c, #2E95CE);