#0ebda5
a dark, electric cyan · cool · closest name: turquoise
RGB
14, 189, 165
HSL
172°, 86%, 40%
CMYK
93, 0, 13, 26
Luminance
0.3921
Every format
| HEX | #0ebda5 |
| RGB | rgb(14, 189, 165) |
| HSL | hsl(172, 86%, 40%) |
| CMYK | cmyk(93%, 0%, 13%, 26%) |
| LAB | lab(68.9 -44.9 1.0) |
| LCH | lch(68.9 44.9 178.7) |
| OKLCH | oklch(0.716 0.129 179.2) |
Copy-ready code
/* CSS */
color: #0ebda5;
background-color: #0ebda5;
/* Tailwind (arbitrary) */
class="text-[#0ebda5] bg-[#0ebda5]"
/* SCSS */
$brand: #0ebda5;
/* SwiftUI */
Color(red: 0.055, green: 0.741, blue: 0.647)
/* Android */
Color.parseColor("#0ebda5")Accessibility — WCAG contrast
Aa
#0ebda5 on white: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ebda5 on black: 8.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green74.1%
Blue64.7%
CMYK percentages
Cyan92.6%
Magenta0.0%
Yellow12.7%
Key (black)25.9%
Color previews
#0ebda5 text on a black background
contrast 8.84:1
Card sample
#0ebda5 text on a white background
contrast 2.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ebda5;
Background color
Panel with #0ebda5 background
background-color: #0ebda5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ebda5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 189, 165, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 189, 165, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ebda5; background: linear-gradient(135deg, #0ebda5, #0E60BD);