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