#0eb0ac
a dark, electric cyan · cool · closest name: turquoise
RGB
14, 176, 172
HSL
179°, 85%, 37%
CMYK
92, 0, 2, 31
Luminance
0.3412
Every format
| HEX | #0eb0ac |
| RGB | rgb(14, 176, 172) |
| HSL | hsl(179, 85%, 37%) |
| CMYK | cmyk(92%, 0%, 2%, 31%) |
| LAB | lab(65.1 -37.1 -8.5) |
| LCH | lch(65.1 38.1 193.0) |
| OKLCH | oklch(0.685 0.116 191.9) |
Copy-ready code
/* CSS */
color: #0eb0ac;
background-color: #0eb0ac;
/* Tailwind (arbitrary) */
class="text-[#0eb0ac] bg-[#0eb0ac]"
/* SCSS */
$brand: #0eb0ac;
/* SwiftUI */
Color(red: 0.055, green: 0.690, blue: 0.675)
/* Android */
Color.parseColor("#0eb0ac")Accessibility — WCAG contrast
Aa
#0eb0ac on white: 2.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0eb0ac on black: 7.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green69.0%
Blue67.5%
CMYK percentages
Cyan92.0%
Magenta0.0%
Yellow2.3%
Key (black)31.0%
Color previews
#0eb0ac text on a black background
contrast 7.82:1
Card sample
#0eb0ac text on a white background
contrast 2.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0eb0ac;
Background color
Panel with #0eb0ac background
background-color: #0eb0ac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0eb0ac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 176, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 176, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0eb0ac; background: linear-gradient(135deg, #0eb0ac, #0E48B0);