#14dcdf
a balanced, electric cyan · cool · closest name: turquoise
RGB
20, 220, 223
HSL
181°, 84%, 48%
CMYK
91, 1, 0, 13
Luminance
0.5666
Every format
| HEX | #14dcdf |
| RGB | rgb(20, 220, 223) |
| HSL | hsl(181, 84%, 48%) |
| CMYK | cmyk(91%, 1%, 0%, 13%) |
| LAB | lab(80.0 -41.6 -14.0) |
| LCH | lch(80.0 43.9 198.6) |
| OKLCH | oklch(0.812 0.136 196.6) |
Copy-ready code
/* CSS */
color: #14dcdf;
background-color: #14dcdf;
/* Tailwind (arbitrary) */
class="text-[#14dcdf] bg-[#14dcdf]"
/* SCSS */
$brand: #14dcdf;
/* SwiftUI */
Color(red: 0.078, green: 0.863, blue: 0.875)
/* Android */
Color.parseColor("#14dcdf")Accessibility — WCAG contrast
Aa
#14dcdf on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#14dcdf on black: 12.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green86.3%
Blue87.5%
CMYK percentages
Cyan91.0%
Magenta1.3%
Yellow0.0%
Key (black)12.5%
Color previews
#14dcdf text on a black background
contrast 12.33:1
Card sample
#14dcdf text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #14dcdf;
Background color
Panel with #14dcdf background
background-color: #14dcdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #14dcdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 220, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 220, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #14dcdf; background: linear-gradient(135deg, #14dcdf, #1455DF);