#0ebac6
a dark, electric cyan · cool · closest name: turquoise
RGB
14, 186, 198
HSL
184°, 87%, 42%
CMYK
93, 6, 0, 22
Luminance
0.3929
Every format
| HEX | #0ebac6 |
| RGB | rgb(14, 186, 198) |
| HSL | hsl(184, 87%, 42%) |
| CMYK | cmyk(93%, 6%, 0%, 22%) |
| LAB | lab(69.0 -33.8 -17.1) |
| LCH | lch(69.0 37.9 206.8) |
| OKLCH | oklch(0.720 0.121 203.1) |
Copy-ready code
/* CSS */
color: #0ebac6;
background-color: #0ebac6;
/* Tailwind (arbitrary) */
class="text-[#0ebac6] bg-[#0ebac6]"
/* SCSS */
$brand: #0ebac6;
/* SwiftUI */
Color(red: 0.055, green: 0.729, blue: 0.776)
/* Android */
Color.parseColor("#0ebac6")Accessibility — WCAG contrast
Aa
#0ebac6 on white: 2.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ebac6 on black: 8.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green72.9%
Blue77.6%
CMYK percentages
Cyan92.9%
Magenta6.1%
Yellow0.0%
Key (black)22.4%
Color previews
#0ebac6 text on a black background
contrast 8.86:1
Card sample
#0ebac6 text on a white background
contrast 2.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ebac6;
Background color
Panel with #0ebac6 background
background-color: #0ebac6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ebac6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 186, 198, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 186, 198, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ebac6; background: linear-gradient(135deg, #0ebac6, #0E3FC6);