#0ebffe
a balanced, electric cyan · cool · closest name: skyblue
RGB
14, 191, 254
HSL
196°, 99%, 53%
CMYK
95, 25, 0, 0
Luminance
0.4451
Every format
| HEX | #0ebffe |
| RGB | rgb(14, 191, 254) |
| HSL | hsl(196, 99%, 53%) |
| CMYK | cmyk(95%, 25%, 0%, 0%) |
| LAB | lab(72.6 -17.7 -42.0) |
| LCH | lch(72.6 45.5 247.2) |
| OKLCH | oklch(0.755 0.151 231.5) |
Copy-ready code
/* CSS */
color: #0ebffe;
background-color: #0ebffe;
/* Tailwind (arbitrary) */
class="text-[#0ebffe] bg-[#0ebffe]"
/* SCSS */
$brand: #0ebffe;
/* SwiftUI */
Color(red: 0.055, green: 0.749, blue: 0.996)
/* Android */
Color.parseColor("#0ebffe")Accessibility — WCAG contrast
Aa
#0ebffe on white: 2.12:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ebffe on black: 9.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green74.9%
Blue99.6%
CMYK percentages
Cyan94.5%
Magenta24.8%
Yellow0.0%
Key (black)0.4%
Color previews
#0ebffe text on a black background
contrast 9.90:1
Card sample
#0ebffe text on a white background
contrast 2.12:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ebffe;
Background color
Panel with #0ebffe background
background-color: #0ebffe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ebffe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 191, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 191, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ebffe; background: linear-gradient(135deg, #0ebffe, #0E1FFE);