#13eccf
a balanced, electric cyan · cool · closest name: turquoise
RGB
19, 236, 207
HSL
172°, 85%, 50%
CMYK
92, 0, 12, 8
Luminance
0.6463
Every format
| HEX | #13eccf |
| RGB | rgb(19, 236, 207) |
| HSL | hsl(172, 85%, 50%) |
| CMYK | cmyk(92%, 0%, 12%, 8%) |
| LAB | lab(84.3 -52.9 0.9) |
| LCH | lch(84.3 52.9 179.0) |
| OKLCH | oklch(0.846 0.152 179.4) |
Copy-ready code
/* CSS */
color: #13eccf;
background-color: #13eccf;
/* Tailwind (arbitrary) */
class="text-[#13eccf] bg-[#13eccf]"
/* SCSS */
$brand: #13eccf;
/* SwiftUI */
Color(red: 0.075, green: 0.925, blue: 0.812)
/* Android */
Color.parseColor("#13eccf")Accessibility — WCAG contrast
Aa
#13eccf on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#13eccf on black: 13.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green92.5%
Blue81.2%
CMYK percentages
Cyan91.9%
Magenta0.0%
Yellow12.3%
Key (black)7.5%
Color previews
#13eccf text on a black background
contrast 13.93:1
Card sample
#13eccf text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #13eccf;
Background color
Panel with #13eccf background
background-color: #13eccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #13eccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 236, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 236, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #13eccf; background: linear-gradient(135deg, #13eccf, #1378EC);