#14cddf
a balanced, electric cyan · cool · closest name: turquoise
RGB
20, 205, 223
HSL
185°, 84%, 48%
CMYK
91, 8, 0, 13
Luminance
0.4914
Every format
| HEX | #14cddf |
| RGB | rgb(20, 205, 223) |
| HSL | hsl(185, 84%, 48%) |
| CMYK | cmyk(91%, 8%, 0%, 13%) |
| LAB | lab(75.5 -34.7 -20.7) |
| LCH | lch(75.5 40.4 210.8) |
| OKLCH | oklch(0.776 0.131 206.2) |
Copy-ready code
/* CSS */
color: #14cddf;
background-color: #14cddf;
/* Tailwind (arbitrary) */
class="text-[#14cddf] bg-[#14cddf]"
/* SCSS */
$brand: #14cddf;
/* SwiftUI */
Color(red: 0.078, green: 0.804, blue: 0.875)
/* Android */
Color.parseColor("#14cddf")Accessibility — WCAG contrast
Aa
#14cddf on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#14cddf on black: 10.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green80.4%
Blue87.5%
CMYK percentages
Cyan91.0%
Magenta8.1%
Yellow0.0%
Key (black)12.5%
Color previews
#14cddf text on a black background
contrast 10.83:1
Card sample
#14cddf text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #14cddf;
Background color
Panel with #14cddf background
background-color: #14cddf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #14cddf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 205, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 205, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #14cddf; background: linear-gradient(135deg, #14cddf, #1446DF);