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