#0eb0fb
a balanced, electric cyan · cool · closest name: steelblue
RGB
14, 176, 251
HSL
199°, 97%, 52%
CMYK
94, 30, 0, 2
Luminance
0.3811
Every format
| HEX | #0eb0fb |
| RGB | rgb(14, 176, 251) |
| HSL | hsl(199, 97%, 52%) |
| CMYK | cmyk(94%, 30%, 0%, 2%) |
| LAB | lab(68.1 -10.7 -47.4) |
| LCH | lch(68.1 48.5 257.3) |
| OKLCH | oklch(0.720 0.158 238.3) |
Copy-ready code
/* CSS */
color: #0eb0fb;
background-color: #0eb0fb;
/* Tailwind (arbitrary) */
class="text-[#0eb0fb] bg-[#0eb0fb]"
/* SCSS */
$brand: #0eb0fb;
/* SwiftUI */
Color(red: 0.055, green: 0.690, blue: 0.984)
/* Android */
Color.parseColor("#0eb0fb")Accessibility — WCAG contrast
Aa
#0eb0fb on white: 2.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0eb0fb on black: 8.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green69.0%
Blue98.4%
CMYK percentages
Cyan94.4%
Magenta29.9%
Yellow0.0%
Key (black)1.6%
Color previews
#0eb0fb text on a black background
contrast 8.62:1
Card sample
#0eb0fb text on a white background
contrast 2.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0eb0fb;
Background color
Panel with #0eb0fb background
background-color: #0eb0fb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0eb0fb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 176, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 176, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0eb0fb; background: linear-gradient(135deg, #0eb0fb, #0E12FB);