#0eb8ac
a dark, electric cyan · cool · closest name: turquoise
RGB
14, 184, 172
HSL
176°, 86%, 39%
CMYK
92, 0, 7, 28
Luminance
0.3735
Every format
| HEX | #0eb8ac |
| RGB | rgb(14, 184, 172) |
| HSL | hsl(176, 86%, 39%) |
| CMYK | cmyk(92%, 0%, 7%, 28%) |
| LAB | lab(67.5 -40.7 -4.9) |
| LCH | lch(67.5 41.0 186.8) |
| OKLCH | oklch(0.705 0.122 186.5) |
Copy-ready code
/* CSS */
color: #0eb8ac;
background-color: #0eb8ac;
/* Tailwind (arbitrary) */
class="text-[#0eb8ac] bg-[#0eb8ac]"
/* SCSS */
$brand: #0eb8ac;
/* SwiftUI */
Color(red: 0.055, green: 0.722, blue: 0.675)
/* Android */
Color.parseColor("#0eb8ac")Accessibility — WCAG contrast
Aa
#0eb8ac on white: 2.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0eb8ac on black: 8.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green72.2%
Blue67.5%
CMYK percentages
Cyan92.4%
Magenta0.0%
Yellow6.5%
Key (black)27.8%
Color previews
#0eb8ac text on a black background
contrast 8.47:1
Card sample
#0eb8ac text on a white background
contrast 2.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0eb8ac;
Background color
Panel with #0eb8ac background
background-color: #0eb8ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0eb8ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 184, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 184, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0eb8ac; background: linear-gradient(135deg, #0eb8ac, #0E53B8);