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