#2ec3ba
a balanced, vivid cyan · cool · closest name: turquoise
RGB
46, 195, 186
HSL
176°, 62%, 47%
CMYK
76, 0, 5, 24
Luminance
0.4316
Every format
| HEX | #2ec3ba |
| RGB | rgb(46, 195, 186) |
| HSL | hsl(176, 62%, 47%) |
| CMYK | cmyk(76%, 0%, 5%, 24%) |
| LAB | lab(71.7 -39.3 -6.4) |
| LCH | lch(71.7 39.8 189.3) |
| OKLCH | oklch(0.741 0.119 188.7) |
Copy-ready code
/* CSS */
color: #2ec3ba;
background-color: #2ec3ba;
/* Tailwind (arbitrary) */
class="text-[#2ec3ba] bg-[#2ec3ba]"
/* SCSS */
$brand: #2ec3ba;
/* SwiftUI */
Color(red: 0.180, green: 0.765, blue: 0.729)
/* Android */
Color.parseColor("#2ec3ba")Accessibility — WCAG contrast
Aa
#2ec3ba on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ec3ba on black: 9.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green76.5%
Blue72.9%
CMYK percentages
Cyan76.4%
Magenta0.0%
Yellow4.6%
Key (black)23.5%
Color previews
#2ec3ba text on a black background
contrast 9.63:1
Card sample
#2ec3ba text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ec3ba;
Background color
Panel with #2ec3ba background
background-color: #2ec3ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ec3ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 195, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 195, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ec3ba; background: linear-gradient(135deg, #2ec3ba, #2E69C3);