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