#2eccec
a balanced, electric cyan · cool · closest name: skyblue
RGB
46, 204, 236
HSL
190°, 83%, 55%
CMYK
81, 14, 0, 8
Luminance
0.4982
Every format
| HEX | #2eccec |
| RGB | rgb(46, 204, 236) |
| HSL | hsl(190, 83%, 55%) |
| CMYK | cmyk(81%, 14%, 0%, 8%) |
| LAB | lab(76.0 -28.5 -27.0) |
| LCH | lch(76.0 39.3 223.5) |
| OKLCH | oklch(0.781 0.130 215.6) |
Copy-ready code
/* CSS */
color: #2eccec;
background-color: #2eccec;
/* Tailwind (arbitrary) */
class="text-[#2eccec] bg-[#2eccec]"
/* SCSS */
$brand: #2eccec;
/* SwiftUI */
Color(red: 0.180, green: 0.800, blue: 0.925)
/* Android */
Color.parseColor("#2eccec")Accessibility — WCAG contrast
Aa
#2eccec on white: 1.92:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2eccec on black: 10.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green80.0%
Blue92.5%
CMYK percentages
Cyan80.5%
Magenta13.6%
Yellow0.0%
Key (black)7.5%
Color previews
#2eccec text on a black background
contrast 10.96:1
Card sample
#2eccec text on a white background
contrast 1.92:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2eccec;
Background color
Panel with #2eccec background
background-color: #2eccec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2eccec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 204, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 204, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2eccec; background: linear-gradient(135deg, #2eccec, #2E4DEC);