#13dbb6
a balanced, electric cyan · cool · closest name: turquoise
RGB
19, 219, 182
HSL
169°, 84%, 47%
CMYK
91, 0, 17, 14
Luminance
0.5418
Every format
| HEX | #13dbb6 |
| RGB | rgb(19, 219, 182) |
| HSL | hsl(169, 84%, 47%) |
| CMYK | cmyk(91%, 0%, 17%, 14%) |
| LAB | lab(78.6 -52.5 5.8) |
| LCH | lch(78.6 52.9 173.7) |
| OKLCH | oklch(0.796 0.149 174.4) |
Copy-ready code
/* CSS */
color: #13dbb6;
background-color: #13dbb6;
/* Tailwind (arbitrary) */
class="text-[#13dbb6] bg-[#13dbb6]"
/* SCSS */
$brand: #13dbb6;
/* SwiftUI */
Color(red: 0.075, green: 0.859, blue: 0.714)
/* Android */
Color.parseColor("#13dbb6")Accessibility — WCAG contrast
Aa
#13dbb6 on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#13dbb6 on black: 11.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green85.9%
Blue71.4%
CMYK percentages
Cyan91.3%
Magenta0.0%
Yellow16.9%
Key (black)14.1%
Color previews
#13dbb6 text on a black background
contrast 11.84:1
Card sample
#13dbb6 text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #13dbb6;
Background color
Panel with #13dbb6 background
background-color: #13dbb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #13dbb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 219, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 219, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #13dbb6; background: linear-gradient(135deg, #13dbb6, #137BDB);