#0eb9cb
a dark, electric cyan · cool · closest name: skyblue
RGB
14, 185, 203
HSL
186°, 87%, 43%
CMYK
93, 9, 0, 20
Luminance
0.3910
Every format
| HEX | #0eb9cb |
| RGB | rgb(14, 185, 203) |
| HSL | hsl(186, 87%, 43%) |
| CMYK | cmyk(93%, 9%, 0%, 20%) |
| LAB | lab(68.8 -31.7 -20.0) |
| LCH | lch(68.8 37.5 212.2) |
| OKLCH | oklch(0.719 0.122 207.3) |
Copy-ready code
/* CSS */
color: #0eb9cb;
background-color: #0eb9cb;
/* Tailwind (arbitrary) */
class="text-[#0eb9cb] bg-[#0eb9cb]"
/* SCSS */
$brand: #0eb9cb;
/* SwiftUI */
Color(red: 0.055, green: 0.725, blue: 0.796)
/* Android */
Color.parseColor("#0eb9cb")Accessibility — WCAG contrast
Aa
#0eb9cb on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0eb9cb on black: 8.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green72.5%
Blue79.6%
CMYK percentages
Cyan93.1%
Magenta8.9%
Yellow0.0%
Key (black)20.4%
Color previews
#0eb9cb text on a black background
contrast 8.82:1
Card sample
#0eb9cb text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0eb9cb;
Background color
Panel with #0eb9cb background
background-color: #0eb9cb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0eb9cb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 185, 203, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 185, 203, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0eb9cb; background: linear-gradient(135deg, #0eb9cb, #0E3BCB);