#13cfdf
a balanced, electric cyan · cool · closest name: turquoise
RGB
19, 207, 223
HSL
185°, 84%, 48%
CMYK
92, 7, 0, 13
Luminance
0.5009
Every format
| HEX | #13cfdf |
| RGB | rgb(19, 207, 223) |
| HSL | hsl(185, 84%, 48%) |
| CMYK | cmyk(92%, 7%, 0%, 13%) |
| LAB | lab(76.1 -35.7 -19.8) |
| LCH | lch(76.1 40.8 209.0) |
| OKLCH | oklch(0.780 0.131 204.8) |
Copy-ready code
/* CSS */
color: #13cfdf;
background-color: #13cfdf;
/* Tailwind (arbitrary) */
class="text-[#13cfdf] bg-[#13cfdf]"
/* SCSS */
$brand: #13cfdf;
/* SwiftUI */
Color(red: 0.075, green: 0.812, blue: 0.875)
/* Android */
Color.parseColor("#13cfdf")Accessibility — WCAG contrast
Aa
#13cfdf on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#13cfdf on black: 11.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green81.2%
Blue87.5%
CMYK percentages
Cyan91.5%
Magenta7.2%
Yellow0.0%
Key (black)12.5%
Color previews
#13cfdf text on a black background
contrast 11.02:1
Card sample
#13cfdf text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #13cfdf;
Background color
Panel with #13cfdf background
background-color: #13cfdf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #13cfdf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 207, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 207, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #13cfdf; background: linear-gradient(135deg, #13cfdf, #1347DF);