#0eb4ee
a balanced, electric cyan · cool · closest name: skyblue
RGB
14, 180, 238
HSL
196°, 89%, 49%
CMYK
94, 24, 0, 7
Luminance
0.3891
Every format
| HEX | #0eb4ee |
| RGB | rgb(14, 180, 238) |
| HSL | hsl(196, 89%, 49%) |
| CMYK | cmyk(94%, 24%, 0%, 7%) |
| LAB | lab(68.7 -17.4 -39.4) |
| LCH | lch(68.7 43.1 246.1) |
| OKLCH | oklch(0.722 0.143 230.8) |
Copy-ready code
/* CSS */
color: #0eb4ee;
background-color: #0eb4ee;
/* Tailwind (arbitrary) */
class="text-[#0eb4ee] bg-[#0eb4ee]"
/* SCSS */
$brand: #0eb4ee;
/* SwiftUI */
Color(red: 0.055, green: 0.706, blue: 0.933)
/* Android */
Color.parseColor("#0eb4ee")Accessibility — WCAG contrast
Aa
#0eb4ee on white: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0eb4ee on black: 8.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green70.6%
Blue93.3%
CMYK percentages
Cyan94.1%
Magenta24.4%
Yellow0.0%
Key (black)6.7%
Color previews
#0eb4ee text on a black background
contrast 8.78:1
Card sample
#0eb4ee text on a white background
contrast 2.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0eb4ee;
Background color
Panel with #0eb4ee background
background-color: #0eb4ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0eb4ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 180, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 180, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0eb4ee; background: linear-gradient(135deg, #0eb4ee, #0E1FEE);