#14dfba
a balanced, electric cyan · cool · closest name: turquoise
RGB
20, 223, 186
HSL
169°, 84%, 48%
CMYK
91, 0, 17, 13
Luminance
0.5647
Every format
| HEX | #14dfba |
| RGB | rgb(20, 223, 186) |
| HSL | hsl(169, 84%, 48%) |
| CMYK | cmyk(91%, 0%, 17%, 13%) |
| LAB | lab(79.9 -53.1 5.6) |
| LCH | lch(79.9 53.4 174.0) |
| OKLCH | oklch(0.808 0.150 174.7) |
Copy-ready code
/* CSS */
color: #14dfba;
background-color: #14dfba;
/* Tailwind (arbitrary) */
class="text-[#14dfba] bg-[#14dfba]"
/* SCSS */
$brand: #14dfba;
/* SwiftUI */
Color(red: 0.078, green: 0.875, blue: 0.729)
/* Android */
Color.parseColor("#14dfba")Accessibility — WCAG contrast
Aa
#14dfba on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#14dfba on black: 12.29:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.8%
Green87.5%
Blue72.9%
CMYK percentages
Cyan91.0%
Magenta0.0%
Yellow16.6%
Key (black)12.5%
Color previews
#14dfba text on a black background
contrast 12.29:1
Card sample
#14dfba text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #14dfba;
Background color
Panel with #14dfba background
background-color: #14dfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #14dfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(20, 223, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(20, 223, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #14dfba; background: linear-gradient(135deg, #14dfba, #147CDF);