#0ebdfb
a balanced, electric cyan · cool · closest name: skyblue
RGB
14, 189, 251
HSL
196°, 97%, 52%
CMYK
94, 25, 0, 2
Luminance
0.4345
Every format
| HEX | #0ebdfb |
| RGB | rgb(14, 189, 251) |
| HSL | hsl(196, 97%, 52%) |
| CMYK | cmyk(94%, 25%, 0%, 2%) |
| LAB | lab(71.9 -17.7 -41.5) |
| LCH | lch(71.9 45.1 246.9) |
| OKLCH | oklch(0.750 0.150 231.4) |
Copy-ready code
/* CSS */
color: #0ebdfb;
background-color: #0ebdfb;
/* Tailwind (arbitrary) */
class="text-[#0ebdfb] bg-[#0ebdfb]"
/* SCSS */
$brand: #0ebdfb;
/* SwiftUI */
Color(red: 0.055, green: 0.741, blue: 0.984)
/* Android */
Color.parseColor("#0ebdfb")Accessibility — WCAG contrast
Aa
#0ebdfb on white: 2.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ebdfb on black: 9.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green74.1%
Blue98.4%
CMYK percentages
Cyan94.4%
Magenta24.7%
Yellow0.0%
Key (black)1.6%
Color previews
#0ebdfb text on a black background
contrast 9.69:1
Card sample
#0ebdfb text on a white background
contrast 2.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ebdfb;
Background color
Panel with #0ebdfb background
background-color: #0ebdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ebdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 189, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 189, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ebdfb; background: linear-gradient(135deg, #0ebdfb, #0E1FFB);