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