#0e9dab
a dark, electric cyan · cool · closest name: teal
RGB
14, 157, 171
HSL
185°, 85%, 36%
CMYK
92, 8, 0, 33
Luminance
0.2715
Every format
| HEX | #0e9dab |
| RGB | rgb(14, 157, 171) |
| HSL | hsl(185, 85%, 36%) |
| CMYK | cmyk(92%, 8%, 0%, 33%) |
| LAB | lab(59.1 -28.4 -16.9) |
| LCH | lch(59.1 33.1 210.8) |
| OKLCH | oklch(0.636 0.107 206.2) |
Copy-ready code
/* CSS */
color: #0e9dab;
background-color: #0e9dab;
/* Tailwind (arbitrary) */
class="text-[#0e9dab] bg-[#0e9dab]"
/* SCSS */
$brand: #0e9dab;
/* SwiftUI */
Color(red: 0.055, green: 0.616, blue: 0.671)
/* Android */
Color.parseColor("#0e9dab")Accessibility — WCAG contrast
Aa
#0e9dab on white: 3.27:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0e9dab on black: 6.43:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green61.6%
Blue67.1%
CMYK percentages
Cyan91.8%
Magenta8.2%
Yellow0.0%
Key (black)32.9%
Color previews
#0e9dab text on a black background
contrast 6.43:1
Card sample
#0e9dab text on a white background
contrast 3.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0e9dab;
Background color
Panel with #0e9dab background
background-color: #0e9dab;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0e9dab;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 157, 171, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 157, 171, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0e9dab; background: linear-gradient(135deg, #0e9dab, #0E34AB);