#2ecdfe
a balanced, electric cyan · cool · closest name: skyblue
RGB
46, 205, 254
HSL
194°, 99%, 59%
CMYK
82, 19, 0, 0
Luminance
0.5140
Every format
| HEX | #2ecdfe |
| RGB | rgb(46, 205, 254) |
| HSL | hsl(194, 99%, 59%) |
| CMYK | cmyk(82%, 19%, 0%, 0%) |
| LAB | lab(76.9 -23.2 -35.2) |
| LCH | lch(76.9 42.1 236.6) |
| OKLCH | oklch(0.791 0.141 224.7) |
Copy-ready code
/* CSS */
color: #2ecdfe;
background-color: #2ecdfe;
/* Tailwind (arbitrary) */
class="text-[#2ecdfe] bg-[#2ecdfe]"
/* SCSS */
$brand: #2ecdfe;
/* SwiftUI */
Color(red: 0.180, green: 0.804, blue: 0.996)
/* Android */
Color.parseColor("#2ecdfe")Accessibility — WCAG contrast
Aa
#2ecdfe on white: 1.86:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ecdfe on black: 11.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green80.4%
Blue99.6%
CMYK percentages
Cyan81.9%
Magenta19.3%
Yellow0.0%
Key (black)0.4%
Color previews
#2ecdfe text on a black background
contrast 11.28:1
Card sample
#2ecdfe text on a white background
contrast 1.86:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ecdfe;
Background color
Panel with #2ecdfe background
background-color: #2ecdfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ecdfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 205, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 205, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ecdfe; background: linear-gradient(135deg, #2ecdfe, #2E42FE);