#0eb7af
a dark, electric cyan · cool · closest name: turquoise
RGB
14, 183, 175
HSL
177°, 86%, 39%
CMYK
92, 0, 4, 28
Luminance
0.3706
Every format
| HEX | #0eb7af |
| RGB | rgb(14, 183, 175) |
| HSL | hsl(177, 86%, 39%) |
| CMYK | cmyk(92%, 0%, 4%, 28%) |
| LAB | lab(67.3 -39.4 -6.8) |
| LCH | lch(67.3 40.0 189.9) |
| OKLCH | oklch(0.704 0.120 189.2) |
Copy-ready code
/* CSS */
color: #0eb7af;
background-color: #0eb7af;
/* Tailwind (arbitrary) */
class="text-[#0eb7af] bg-[#0eb7af]"
/* SCSS */
$brand: #0eb7af;
/* SwiftUI */
Color(red: 0.055, green: 0.718, blue: 0.686)
/* Android */
Color.parseColor("#0eb7af")Accessibility — WCAG contrast
Aa
#0eb7af on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0eb7af on black: 8.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green71.8%
Blue68.6%
CMYK percentages
Cyan92.3%
Magenta0.0%
Yellow4.4%
Key (black)28.2%
Color previews
#0eb7af text on a black background
contrast 8.41:1
Card sample
#0eb7af text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0eb7af;
Background color
Panel with #0eb7af background
background-color: #0eb7af;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0eb7af;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 183, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 183, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0eb7af; background: linear-gradient(135deg, #0eb7af, #0E4EB7);