#0eb0c1
a dark, electric cyan · cool · closest name: teal
RGB
14, 176, 193
HSL
186°, 87%, 41%
CMYK
93, 9, 0, 24
Luminance
0.3499
Every format
| HEX | #0eb0c1 |
| RGB | rgb(14, 176, 193) |
| HSL | hsl(186, 87%, 41%) |
| CMYK | cmyk(93%, 9%, 0%, 24%) |
| LAB | lab(65.7 -30.6 -19.2) |
| LCH | lch(65.7 36.1 212.1) |
| OKLCH | oklch(0.693 0.117 207.2) |
Copy-ready code
/* CSS */
color: #0eb0c1;
background-color: #0eb0c1;
/* Tailwind (arbitrary) */
class="text-[#0eb0c1] bg-[#0eb0c1]"
/* SCSS */
$brand: #0eb0c1;
/* SwiftUI */
Color(red: 0.055, green: 0.690, blue: 0.757)
/* Android */
Color.parseColor("#0eb0c1")Accessibility — WCAG contrast
Aa
#0eb0c1 on white: 2.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0eb0c1 on black: 8.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green69.0%
Blue75.7%
CMYK percentages
Cyan92.7%
Magenta8.8%
Yellow0.0%
Key (black)24.3%
Color previews
#0eb0c1 text on a black background
contrast 8.00:1
Card sample
#0eb0c1 text on a white background
contrast 2.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0eb0c1;
Background color
Panel with #0eb0c1 background
background-color: #0eb0c1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0eb0c1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 176, 193, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 176, 193, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0eb0c1; background: linear-gradient(135deg, #0eb0c1, #0E39C1);