#0ebadf
a balanced, electric cyan · cool · closest name: skyblue
RGB
14, 186, 223
HSL
191°, 88%, 47%
CMYK
94, 17, 0, 13
Luminance
0.4054
Every format
| HEX | #0ebadf |
| RGB | rgb(14, 186, 223) |
| HSL | hsl(191, 88%, 47%) |
| CMYK | cmyk(94%, 17%, 0%, 13%) |
| LAB | lab(69.8 -25.7 -29.4) |
| LCH | lch(69.8 39.0 228.9) |
| OKLCH | oklch(0.730 0.131 219.2) |
Copy-ready code
/* CSS */
color: #0ebadf;
background-color: #0ebadf;
/* Tailwind (arbitrary) */
class="text-[#0ebadf] bg-[#0ebadf]"
/* SCSS */
$brand: #0ebadf;
/* SwiftUI */
Color(red: 0.055, green: 0.729, blue: 0.875)
/* Android */
Color.parseColor("#0ebadf")Accessibility — WCAG contrast
Aa
#0ebadf on white: 2.31:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ebadf on black: 9.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green72.9%
Blue87.5%
CMYK percentages
Cyan93.7%
Magenta16.6%
Yellow0.0%
Key (black)12.5%
Color previews
#0ebadf text on a black background
contrast 9.11:1
Card sample
#0ebadf text on a white background
contrast 2.31:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ebadf;
Background color
Panel with #0ebadf background
background-color: #0ebadf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ebadf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 186, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 186, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ebadf; background: linear-gradient(135deg, #0ebadf, #0E2FDF);