#14dbb4
a balanced, electric cyan · cool · closest name: turquoise
RGB
20, 219, 180
HSL
168°, 83%, 47%
CMYK
91, 0, 18, 14
Luminance
0.5411
Every format
| HEX | #14dbb4 |
| RGB | rgb(20, 219, 180) |
| HSL | hsl(168, 83%, 47%) |
| CMYK | cmyk(91%, 0%, 18%, 14%) |
| LAB | lab(78.5 -53.0 6.8) |
| LCH | lch(78.5 53.4 172.7) |
| OKLCH | oklch(0.796 0.150 173.4) |
Copy-ready code
/* CSS */
color: #14dbb4;
background-color: #14dbb4;
/* Tailwind (arbitrary) */
class="text-[#14dbb4] bg-[#14dbb4]"
/* SCSS */
$brand: #14dbb4;
/* SwiftUI */
Color(red: 0.078, green: 0.859, blue: 0.706)
/* Android */
Color.parseColor("#14dbb4")Accessibility — WCAG contrast
Aa
#14dbb4 on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#14dbb4 on black: 11.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green85.9%
Blue70.6%
CMYK percentages
Cyan90.9%
Magenta0.0%
Yellow17.8%
Key (black)14.1%
Color previews
#14dbb4 text on a black background
contrast 11.82:1
Card sample
#14dbb4 text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #14dbb4;
Background color
Panel with #14dbb4 background
background-color: #14dbb4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #14dbb4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 219, 180, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 219, 180, 0.45);
Border & gradient
Gradient panel
border: 3px solid #14dbb4; background: linear-gradient(135deg, #14dbb4, #147EDB);