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