#0ea59f
a dark, electric cyan · cool · closest name: teal
RGB
14, 165, 159
HSL
178°, 84%, 35%
CMYK
92, 0, 4, 35
Luminance
0.2951
Every format
| HEX | #0ea59f |
| RGB | rgb(14, 165, 159) |
| HSL | hsl(178, 84%, 35%) |
| CMYK | cmyk(92%, 0%, 4%, 35%) |
| LAB | lab(61.2 -36.0 -7.0) |
| LCH | lch(61.2 36.7 191.0) |
| OKLCH | oklch(0.652 0.111 190.2) |
Copy-ready code
/* CSS */
color: #0ea59f;
background-color: #0ea59f;
/* Tailwind (arbitrary) */
class="text-[#0ea59f] bg-[#0ea59f]"
/* SCSS */
$brand: #0ea59f;
/* SwiftUI */
Color(red: 0.055, green: 0.647, blue: 0.624)
/* Android */
Color.parseColor("#0ea59f")Accessibility — WCAG contrast
Aa
#0ea59f on white: 3.04:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#0ea59f on black: 6.90:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green64.7%
Blue62.4%
CMYK percentages
Cyan91.5%
Magenta0.0%
Yellow3.6%
Key (black)35.3%
Color previews
#0ea59f text on a black background
contrast 6.90:1
Card sample
#0ea59f text on a white background
contrast 3.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ea59f;
Background color
Panel with #0ea59f background
background-color: #0ea59f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ea59f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 165, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 165, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ea59f; background: linear-gradient(135deg, #0ea59f, #0E46A5);