#2ecfcb
a balanced, vivid cyan · cool · closest name: turquoise
RGB
46, 207, 203
HSL
179°, 64%, 50%
CMYK
78, 0, 2, 19
Luminance
0.4952
Every format
| HEX | #2ecfcb |
| RGB | rgb(46, 207, 203) |
| HSL | hsl(179, 64%, 50%) |
| CMYK | cmyk(78%, 0%, 2%, 19%) |
| LAB | lab(75.8 -39.9 -9.5) |
| LCH | lch(75.8 41.0 193.4) |
| OKLCH | oklch(0.776 0.125 192.3) |
Copy-ready code
/* CSS */
color: #2ecfcb;
background-color: #2ecfcb;
/* Tailwind (arbitrary) */
class="text-[#2ecfcb] bg-[#2ecfcb]"
/* SCSS */
$brand: #2ecfcb;
/* SwiftUI */
Color(red: 0.180, green: 0.812, blue: 0.796)
/* Android */
Color.parseColor("#2ecfcb")Accessibility — WCAG contrast
Aa
#2ecfcb on white: 1.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ecfcb on black: 10.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green81.2%
Blue79.6%
CMYK percentages
Cyan77.8%
Magenta0.0%
Yellow1.9%
Key (black)18.8%
Color previews
#2ecfcb text on a black background
contrast 10.90:1
Card sample
#2ecfcb text on a white background
contrast 1.93:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ecfcb;
Background color
Panel with #2ecfcb background
background-color: #2ecfcb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ecfcb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 207, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 207, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ecfcb; background: linear-gradient(135deg, #2ecfcb, #2E68CF);