#0eb5f0
a balanced, electric cyan · cool · closest name: skyblue
RGB
14, 181, 240
HSL
196°, 89%, 50%
CMYK
94, 25, 0, 6
Luminance
0.3943
Every format
| HEX | #0eb5f0 |
| RGB | rgb(14, 181, 240) |
| HSL | hsl(196, 89%, 50%) |
| CMYK | cmyk(94%, 25%, 0%, 6%) |
| LAB | lab(69.1 -17.3 -39.9) |
| LCH | lch(69.1 43.5 246.6) |
| OKLCH | oklch(0.726 0.145 231.2) |
Copy-ready code
/* CSS */
color: #0eb5f0;
background-color: #0eb5f0;
/* Tailwind (arbitrary) */
class="text-[#0eb5f0] bg-[#0eb5f0]"
/* SCSS */
$brand: #0eb5f0;
/* SwiftUI */
Color(red: 0.055, green: 0.710, blue: 0.941)
/* Android */
Color.parseColor("#0eb5f0")Accessibility — WCAG contrast
Aa
#0eb5f0 on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0eb5f0 on black: 8.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green71.0%
Blue94.1%
CMYK percentages
Cyan94.2%
Magenta24.6%
Yellow0.0%
Key (black)5.9%
Color previews
#0eb5f0 text on a black background
contrast 8.89:1
Card sample
#0eb5f0 text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0eb5f0;
Background color
Panel with #0eb5f0 background
background-color: #0eb5f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0eb5f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 181, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 181, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0eb5f0; background: linear-gradient(135deg, #0eb5f0, #0E1EF0);