#0ebdb4
a dark, electric cyan · cool · closest name: turquoise
RGB
14, 189, 180
HSL
177°, 86%, 40%
CMYK
93, 0, 5, 26
Luminance
0.3978
Every format
| HEX | #0ebdb4 |
| RGB | rgb(14, 189, 180) |
| HSL | hsl(177, 86%, 40%) |
| CMYK | cmyk(93%, 0%, 5%, 26%) |
| LAB | lab(69.3 -40.6 -6.6) |
| LCH | lch(69.3 41.2 189.3) |
| OKLCH | oklch(0.721 0.123 188.7) |
Copy-ready code
/* CSS */
color: #0ebdb4;
background-color: #0ebdb4;
/* Tailwind (arbitrary) */
class="text-[#0ebdb4] bg-[#0ebdb4]"
/* SCSS */
$brand: #0ebdb4;
/* SwiftUI */
Color(red: 0.055, green: 0.741, blue: 0.706)
/* Android */
Color.parseColor("#0ebdb4")Accessibility — WCAG contrast
Aa
#0ebdb4 on white: 2.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#0ebdb4 on black: 8.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red5.5%
Green74.1%
Blue70.6%
CMYK percentages
Cyan92.6%
Magenta0.0%
Yellow4.8%
Key (black)25.9%
Color previews
#0ebdb4 text on a black background
contrast 8.96:1
Card sample
#0ebdb4 text on a white background
contrast 2.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #0ebdb4;
Background color
Panel with #0ebdb4 background
background-color: #0ebdb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #0ebdb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(14, 189, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(14, 189, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #0ebdb4; background: linear-gradient(135deg, #0ebdb4, #0E51BD);