#0eb8db
a balanced, electric cyan · cool · closest name: skyblue
RGB
14, 184, 219
HSL
190°, 88%, 46%
CMYK
94, 16, 0, 14
Luminance
0.3949
Every format
| HEX | #0eb8db |
| RGB | rgb(14, 184, 219) |
| HSL | hsl(190, 88%, 46%) |
| CMYK | cmyk(94%, 16%, 0%, 14%) |
| LAB | lab(69.1 -26.0 -28.4) |
| LCH | lch(69.1 38.5 227.5) |
| OKLCH | oklch(0.723 0.129 218.2) |
Copy-ready code
/* CSS */
color: #0eb8db;
background-color: #0eb8db;
/* Tailwind (arbitrary) */
class="text-[#0eb8db] bg-[#0eb8db]"
/* SCSS */
$brand: #0eb8db;
/* SwiftUI */
Color(red: 0.055, green: 0.722, blue: 0.859)
/* Android */
Color.parseColor("#0eb8db")Accessibility — WCAG contrast
Aa
#0eb8db on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0eb8db on black: 8.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green72.2%
Blue85.9%
CMYK percentages
Cyan93.6%
Magenta16.0%
Yellow0.0%
Key (black)14.1%
Color previews
#0eb8db text on a black background
contrast 8.90:1
Card sample
#0eb8db text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0eb8db;
Background color
Panel with #0eb8db background
background-color: #0eb8db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0eb8db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 184, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 184, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0eb8db; background: linear-gradient(135deg, #0eb8db, #0E2FDB);