#2ececf
a balanced, vivid cyan · cool · closest name: turquoise
RGB
46, 206, 207
HSL
180°, 64%, 50%
CMYK
78, 1, 0, 19
Luminance
0.4923
Every format
| HEX | #2ececf |
| RGB | rgb(46, 206, 207) |
| HSL | hsl(180, 64%, 50%) |
| CMYK | cmyk(78%, 1%, 0%, 19%) |
| LAB | lab(75.6 -38.3 -11.9) |
| LCH | lch(75.6 40.1 197.3) |
| OKLCH | oklch(0.775 0.124 195.6) |
Copy-ready code
/* CSS */
color: #2ececf;
background-color: #2ececf;
/* Tailwind (arbitrary) */
class="text-[#2ececf] bg-[#2ececf]"
/* SCSS */
$brand: #2ececf;
/* SwiftUI */
Color(red: 0.180, green: 0.808, blue: 0.812)
/* Android */
Color.parseColor("#2ececf")Accessibility — WCAG contrast
Aa
#2ececf on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ececf on black: 10.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green80.8%
Blue81.2%
CMYK percentages
Cyan77.8%
Magenta0.5%
Yellow0.0%
Key (black)18.8%
Color previews
#2ececf text on a black background
contrast 10.85:1
Card sample
#2ececf text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ececf;
Background color
Panel with #2ececf background
background-color: #2ececf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ececf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 206, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 206, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ececf; background: linear-gradient(135deg, #2ececf, #2E63CF);