#0e9dbb
a dark, electric cyan · cool · closest name: teal
RGB
14, 157, 187
HSL
190°, 86%, 39%
CMYK
93, 16, 0, 27
Luminance
0.2780
Every format
| HEX | #0e9dbb |
| RGB | rgb(14, 157, 187) |
| HSL | hsl(190, 86%, 39%) |
| CMYK | cmyk(93%, 16%, 0%, 27%) |
| LAB | lab(59.7 -23.1 -25.1) |
| LCH | lch(59.7 34.0 227.4) |
| OKLCH | oklch(0.643 0.114 218.2) |
Copy-ready code
/* CSS */
color: #0e9dbb;
background-color: #0e9dbb;
/* Tailwind (arbitrary) */
class="text-[#0e9dbb] bg-[#0e9dbb]"
/* SCSS */
$brand: #0e9dbb;
/* SwiftUI */
Color(red: 0.055, green: 0.616, blue: 0.733)
/* Android */
Color.parseColor("#0e9dbb")Accessibility — WCAG contrast
Aa
#0e9dbb on white: 3.20:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0e9dbb on black: 6.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green61.6%
Blue73.3%
CMYK percentages
Cyan92.5%
Magenta16.0%
Yellow0.0%
Key (black)26.7%
Color previews
#0e9dbb text on a black background
contrast 6.56:1
Card sample
#0e9dbb text on a white background
contrast 3.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0e9dbb;
Background color
Panel with #0e9dbb background
background-color: #0e9dbb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0e9dbb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 157, 187, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 157, 187, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0e9dbb; background: linear-gradient(135deg, #0e9dbb, #0E2ABB);