#0ebeef
a balanced, electric cyan · cool · closest name: skyblue
RGB
14, 190, 239
HSL
193°, 89%, 50%
CMYK
94, 21, 0, 6
Luminance
0.4315
Every format
| HEX | #0ebeef |
| RGB | rgb(14, 190, 239) |
| HSL | hsl(193, 89%, 50%) |
| CMYK | cmyk(94%, 21%, 0%, 6%) |
| LAB | lab(71.7 -22.3 -35.3) |
| LCH | lch(71.7 41.8 237.7) |
| OKLCH | oklch(0.746 0.140 225.2) |
Copy-ready code
/* CSS */
color: #0ebeef;
background-color: #0ebeef;
/* Tailwind (arbitrary) */
class="text-[#0ebeef] bg-[#0ebeef]"
/* SCSS */
$brand: #0ebeef;
/* SwiftUI */
Color(red: 0.055, green: 0.745, blue: 0.937)
/* Android */
Color.parseColor("#0ebeef")Accessibility — WCAG contrast
Aa
#0ebeef on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ebeef on black: 9.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green74.5%
Blue93.7%
CMYK percentages
Cyan94.1%
Magenta20.5%
Yellow0.0%
Key (black)6.3%
Color previews
#0ebeef text on a black background
contrast 9.63:1
Card sample
#0ebeef text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ebeef;
Background color
Panel with #0ebeef background
background-color: #0ebeef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ebeef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 190, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 190, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ebeef; background: linear-gradient(135deg, #0ebeef, #0E28EF);