#0eb0ee
a balanced, electric cyan · cool · closest name: steelblue
RGB
14, 176, 238
HSL
197°, 89%, 49%
CMYK
94, 26, 0, 7
Luminance
0.3732
Every format
| HEX | #0eb0ee |
| RGB | rgb(14, 176, 238) |
| HSL | hsl(197, 89%, 49%) |
| CMYK | cmyk(94%, 26%, 0%, 7%) |
| LAB | lab(67.5 -15.3 -41.2) |
| LCH | lch(67.5 44.0 249.6) |
| OKLCH | oklch(0.713 0.146 233.2) |
Copy-ready code
/* CSS */
color: #0eb0ee;
background-color: #0eb0ee;
/* Tailwind (arbitrary) */
class="text-[#0eb0ee] bg-[#0eb0ee]"
/* SCSS */
$brand: #0eb0ee;
/* SwiftUI */
Color(red: 0.055, green: 0.690, blue: 0.933)
/* Android */
Color.parseColor("#0eb0ee")Accessibility — WCAG contrast
Aa
#0eb0ee on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0eb0ee on black: 8.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green69.0%
Blue93.3%
CMYK percentages
Cyan94.1%
Magenta26.1%
Yellow0.0%
Key (black)6.7%
Color previews
#0eb0ee text on a black background
contrast 8.46:1
Card sample
#0eb0ee text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0eb0ee;
Background color
Panel with #0eb0ee background
background-color: #0eb0ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0eb0ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 176, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 176, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0eb0ee; background: linear-gradient(135deg, #0eb0ee, #0E1BEE);