#2ebeea
a balanced, electric cyan · cool · closest name: skyblue
RGB
46, 190, 234
HSL
194°, 82%, 55%
CMYK
80, 19, 0, 8
Luminance
0.4335
Every format
| HEX | #2ebeea |
| RGB | rgb(46, 190, 234) |
| HSL | hsl(194, 82%, 55%) |
| CMYK | cmyk(80%, 19%, 0%, 8%) |
| LAB | lab(71.8 -22.1 -32.4) |
| LCH | lch(71.8 39.2 235.6) |
| OKLCH | oklch(0.748 0.130 224.1) |
Copy-ready code
/* CSS */
color: #2ebeea;
background-color: #2ebeea;
/* Tailwind (arbitrary) */
class="text-[#2ebeea] bg-[#2ebeea]"
/* SCSS */
$brand: #2ebeea;
/* SwiftUI */
Color(red: 0.180, green: 0.745, blue: 0.918)
/* Android */
Color.parseColor("#2ebeea")Accessibility — WCAG contrast
Aa
#2ebeea on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#2ebeea on black: 9.67:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red18.0%
Green74.5%
Blue91.8%
CMYK percentages
Cyan80.3%
Magenta18.8%
Yellow0.0%
Key (black)8.2%
Color previews
#2ebeea text on a black background
contrast 9.67:1
Card sample
#2ebeea text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #2ebeea;
Background color
Panel with #2ebeea background
background-color: #2ebeea;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #2ebeea;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(46, 190, 234, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(46, 190, 234, 0.45);
Border & gradient
Gradient panel
border: 3px solid #2ebeea; background: linear-gradient(135deg, #2ebeea, #2E41EA);