#2eceff
a balanced, electric cyan · cool · closest name: skyblue
RGB
46, 206, 255
HSL
194°, 100%, 59%
CMYK
82, 19, 0, 0
Luminance
0.5194
Every format
| HEX | #2eceff |
| RGB | rgb(46, 206, 255) |
| HSL | hsl(194, 100%, 59%) |
| CMYK | cmyk(82%, 19%, 0%, 0%) |
| LAB | lab(77.2 -23.4 -35.2) |
| LCH | lch(77.2 42.3 236.4) |
| OKLCH | oklch(0.794 0.141 224.6) |
Copy-ready code
/* CSS */
color: #2eceff;
background-color: #2eceff;
/* Tailwind (arbitrary) */
class="text-[#2eceff] bg-[#2eceff]"
/* SCSS */
$brand: #2eceff;
/* SwiftUI */
Color(red: 0.180, green: 0.808, blue: 1.000)
/* Android */
Color.parseColor("#2eceff")Accessibility — WCAG contrast
Aa
#2eceff on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2eceff on black: 11.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green80.8%
Blue100.0%
CMYK percentages
Cyan82.0%
Magenta19.2%
Yellow0.0%
Key (black)0.0%
Color previews
#2eceff text on a black background
contrast 11.39:1
Card sample
#2eceff text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2eceff;
Background color
Panel with #2eceff background
background-color: #2eceff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2eceff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 206, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 206, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2eceff; background: linear-gradient(135deg, #2eceff, #2E42FF);