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