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