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