#0eb49e
a dark, electric cyan · cool · closest name: turquoise
RGB
14, 180, 158
HSL
172°, 86%, 38%
CMYK
92, 0, 12, 29
Luminance
0.3520
Every format
| HEX | #0eb49e |
| RGB | rgb(14, 180, 158) |
| HSL | hsl(172, 86%, 38%) |
| CMYK | cmyk(92%, 0%, 12%, 29%) |
| LAB | lab(65.9 -43.0 0.5) |
| LCH | lch(65.9 43.0 179.4) |
| OKLCH | oklch(0.691 0.124 179.7) |
Copy-ready code
/* CSS */
color: #0eb49e;
background-color: #0eb49e;
/* Tailwind (arbitrary) */
class="text-[#0eb49e] bg-[#0eb49e]"
/* SCSS */
$brand: #0eb49e;
/* SwiftUI */
Color(red: 0.055, green: 0.706, blue: 0.620)
/* Android */
Color.parseColor("#0eb49e")Accessibility — WCAG contrast
Aa
#0eb49e on white: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0eb49e on black: 8.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green70.6%
Blue62.0%
CMYK percentages
Cyan92.2%
Magenta0.0%
Yellow12.2%
Key (black)29.4%
Color previews
#0eb49e text on a black background
contrast 8.04:1
Card sample
#0eb49e text on a white background
contrast 2.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0eb49e;
Background color
Panel with #0eb49e background
background-color: #0eb49e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0eb49e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 180, 158, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 180, 158, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0eb49e; background: linear-gradient(135deg, #0eb49e, #0E5BB4);