#2ebaeb
a balanced, electric cyan · cool · closest name: skyblue
RGB
46, 186, 235
HSL
196°, 83%, 55%
CMYK
80, 21, 0, 8
Luminance
0.4170
Every format
| HEX | #2ebaeb |
| RGB | rgb(46, 186, 235) |
| HSL | hsl(196, 83%, 55%) |
| CMYK | cmyk(80%, 21%, 0%, 8%) |
| LAB | lab(70.7 -19.7 -34.6) |
| LCH | lch(70.7 39.9 240.3) |
| OKLCH | oklch(0.739 0.132 227.4) |
Copy-ready code
/* CSS */
color: #2ebaeb;
background-color: #2ebaeb;
/* Tailwind (arbitrary) */
class="text-[#2ebaeb] bg-[#2ebaeb]"
/* SCSS */
$brand: #2ebaeb;
/* SwiftUI */
Color(red: 0.180, green: 0.729, blue: 0.922)
/* Android */
Color.parseColor("#2ebaeb")Accessibility — WCAG contrast
Aa
#2ebaeb on white: 2.25:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ebaeb on black: 9.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green72.9%
Blue92.2%
CMYK percentages
Cyan80.4%
Magenta20.9%
Yellow0.0%
Key (black)7.8%
Color previews
#2ebaeb text on a black background
contrast 9.34:1
Card sample
#2ebaeb text on a white background
contrast 2.25:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ebaeb;
Background color
Panel with #2ebaeb background
background-color: #2ebaeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ebaeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 186, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 186, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ebaeb; background: linear-gradient(135deg, #2ebaeb, #2E3CEB);