#0ebedf
a balanced, electric cyan · cool · closest name: skyblue
RGB
14, 190, 223
HSL
190°, 88%, 47%
CMYK
94, 15, 0, 13
Luminance
0.4225
Every format
| HEX | #0ebedf |
| RGB | rgb(14, 190, 223) |
| HSL | hsl(190, 88%, 47%) |
| CMYK | cmyk(94%, 15%, 0%, 13%) |
| LAB | lab(71.0 -27.7 -27.6) |
| LCH | lch(71.0 39.0 224.9) |
| OKLCH | oklch(0.739 0.130 216.4) |
Copy-ready code
/* CSS */
color: #0ebedf;
background-color: #0ebedf;
/* Tailwind (arbitrary) */
class="text-[#0ebedf] bg-[#0ebedf]"
/* SCSS */
$brand: #0ebedf;
/* SwiftUI */
Color(red: 0.055, green: 0.745, blue: 0.875)
/* Android */
Color.parseColor("#0ebedf")Accessibility — WCAG contrast
Aa
#0ebedf on white: 2.22:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ebedf on black: 9.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green74.5%
Blue87.5%
CMYK percentages
Cyan93.7%
Magenta14.8%
Yellow0.0%
Key (black)12.5%
Color previews
#0ebedf text on a black background
contrast 9.45:1
Card sample
#0ebedf text on a white background
contrast 2.22:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ebedf;
Background color
Panel with #0ebedf background
background-color: #0ebedf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ebedf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 190, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 190, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ebedf; background: linear-gradient(135deg, #0ebedf, #0E33DF);