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