#2ecedf
a balanced, vivid cyan · cool · closest name: skyblue
RGB
46, 206, 223
HSL
186°, 73%, 53%
CMYK
79, 8, 0, 13
Luminance
0.5005
Every format
| HEX | #2ecedf |
| RGB | rgb(46, 206, 223) |
| HSL | hsl(186, 73%, 53%) |
| CMYK | cmyk(79%, 8%, 0%, 13%) |
| LAB | lab(76.1 -33.5 -19.8) |
| LCH | lch(76.1 38.9 210.6) |
| OKLCH | oklch(0.781 0.125 206.1) |
Copy-ready code
/* CSS */
color: #2ecedf;
background-color: #2ecedf;
/* Tailwind (arbitrary) */
class="text-[#2ecedf] bg-[#2ecedf]"
/* SCSS */
$brand: #2ecedf;
/* SwiftUI */
Color(red: 0.180, green: 0.808, blue: 0.875)
/* Android */
Color.parseColor("#2ecedf")Accessibility — WCAG contrast
Aa
#2ecedf on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ecedf on black: 11.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green80.8%
Blue87.5%
CMYK percentages
Cyan79.4%
Magenta7.6%
Yellow0.0%
Key (black)12.5%
Color previews
#2ecedf text on a black background
contrast 11.01:1
Card sample
#2ecedf text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ecedf;
Background color
Panel with #2ecedf background
background-color: #2ecedf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ecedf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 206, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 206, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ecedf; background: linear-gradient(135deg, #2ecedf, #2E58DF);