#0ebacf
a dark, electric cyan · cool · closest name: skyblue
RGB
14, 186, 207
HSL
187°, 87%, 43%
CMYK
93, 10, 0, 19
Luminance
0.3972
Every format
| HEX | #0ebacf |
| RGB | rgb(14, 186, 207) |
| HSL | hsl(187, 87%, 43%) |
| CMYK | cmyk(93%, 10%, 0%, 19%) |
| LAB | lab(69.3 -30.9 -21.5) |
| LCH | lch(69.3 37.7 214.8) |
| OKLCH | oklch(0.723 0.123 209.2) |
Copy-ready code
/* CSS */
color: #0ebacf;
background-color: #0ebacf;
/* Tailwind (arbitrary) */
class="text-[#0ebacf] bg-[#0ebacf]"
/* SCSS */
$brand: #0ebacf;
/* SwiftUI */
Color(red: 0.055, green: 0.729, blue: 0.812)
/* Android */
Color.parseColor("#0ebacf")Accessibility — WCAG contrast
Aa
#0ebacf on white: 2.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ebacf on black: 8.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green72.9%
Blue81.2%
CMYK percentages
Cyan93.2%
Magenta10.1%
Yellow0.0%
Key (black)18.8%
Color previews
#0ebacf text on a black background
contrast 8.94:1
Card sample
#0ebacf text on a white background
contrast 2.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ebacf;
Background color
Panel with #0ebacf background
background-color: #0ebacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ebacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 186, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 186, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ebacf; background: linear-gradient(135deg, #0ebacf, #0E39CF);