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