#0ebdae
a dark, electric cyan · cool · closest name: turquoise
RGB
14, 189, 174
HSL
175°, 86%, 40%
CMYK
93, 0, 8, 26
Luminance
0.3954
Every format
| HEX | #0ebdae |
| RGB | rgb(14, 189, 174) |
| HSL | hsl(175, 86%, 40%) |
| CMYK | cmyk(93%, 0%, 8%, 26%) |
| LAB | lab(69.1 -42.4 -3.6) |
| LCH | lch(69.1 42.5 184.9) |
| OKLCH | oklch(0.719 0.125 184.8) |
Copy-ready code
/* CSS */
color: #0ebdae;
background-color: #0ebdae;
/* Tailwind (arbitrary) */
class="text-[#0ebdae] bg-[#0ebdae]"
/* SCSS */
$brand: #0ebdae;
/* SwiftUI */
Color(red: 0.055, green: 0.741, blue: 0.682)
/* Android */
Color.parseColor("#0ebdae")Accessibility — WCAG contrast
Aa
#0ebdae on white: 2.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ebdae on black: 8.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green74.1%
Blue68.2%
CMYK percentages
Cyan92.6%
Magenta0.0%
Yellow7.9%
Key (black)25.9%
Color previews
#0ebdae text on a black background
contrast 8.91:1
Card sample
#0ebdae text on a white background
contrast 2.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ebdae;
Background color
Panel with #0ebdae background
background-color: #0ebdae;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ebdae;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 189, 174, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 189, 174, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ebdae; background: linear-gradient(135deg, #0ebdae, #0E57BD);