#2ecdfb
a balanced, electric cyan · cool · closest name: skyblue
RGB
46, 205, 251
HSL
194°, 96%, 58%
CMYK
82, 18, 0, 2
Luminance
0.5121
Every format
| HEX | #2ecdfb |
| RGB | rgb(46, 205, 251) |
| HSL | hsl(194, 96%, 58%) |
| CMYK | cmyk(82%, 18%, 0%, 2%) |
| LAB | lab(76.8 -24.2 -33.8) |
| LCH | lch(76.8 41.5 234.4) |
| OKLCH | oklch(0.790 0.138 223.2) |
Copy-ready code
/* CSS */
color: #2ecdfb;
background-color: #2ecdfb;
/* Tailwind (arbitrary) */
class="text-[#2ecdfb] bg-[#2ecdfb]"
/* SCSS */
$brand: #2ecdfb;
/* SwiftUI */
Color(red: 0.180, green: 0.804, blue: 0.984)
/* Android */
Color.parseColor("#2ecdfb")Accessibility — WCAG contrast
Aa
#2ecdfb on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ecdfb on black: 11.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green80.4%
Blue98.4%
CMYK percentages
Cyan81.7%
Magenta18.3%
Yellow0.0%
Key (black)1.6%
Color previews
#2ecdfb text on a black background
contrast 11.24:1
Card sample
#2ecdfb text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ecdfb;
Background color
Panel with #2ecdfb background
background-color: #2ecdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ecdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 205, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 205, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ecdfb; background: linear-gradient(135deg, #2ecdfb, #2E44FB);