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