#0ebaae
a dark, electric cyan · cool · closest name: turquoise
RGB
14, 186, 174
HSL
176°, 86%, 39%
CMYK
93, 0, 7, 27
Luminance
0.3827
Every format
| HEX | #0ebaae |
| RGB | rgb(14, 186, 174) |
| HSL | hsl(176, 86%, 39%) |
| CMYK | cmyk(93%, 0%, 7%, 27%) |
| LAB | lab(68.2 -41.0 -5.0) |
| LCH | lch(68.2 41.3 186.9) |
| OKLCH | oklch(0.711 0.123 186.6) |
Copy-ready code
/* CSS */
color: #0ebaae;
background-color: #0ebaae;
/* Tailwind (arbitrary) */
class="text-[#0ebaae] bg-[#0ebaae]"
/* SCSS */
$brand: #0ebaae;
/* SwiftUI */
Color(red: 0.055, green: 0.729, blue: 0.682)
/* Android */
Color.parseColor("#0ebaae")Accessibility — WCAG contrast
Aa
#0ebaae on white: 2.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ebaae on black: 8.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green72.9%
Blue68.2%
CMYK percentages
Cyan92.5%
Magenta0.0%
Yellow6.5%
Key (black)27.1%
Color previews
#0ebaae text on a black background
contrast 8.65:1
Card sample
#0ebaae text on a white background
contrast 2.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ebaae;
Background color
Panel with #0ebaae background
background-color: #0ebaae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ebaae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 186, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 186, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ebaae; background: linear-gradient(135deg, #0ebaae, #0E53BA);