#13cfba
a dark, electric cyan · cool · closest name: turquoise
RGB
19, 207, 186
HSL
173°, 83%, 44%
CMYK
91, 0, 10, 19
Luminance
0.4831
Every format
| HEX | #13cfba |
| RGB | rgb(19, 207, 186) |
| HSL | hsl(173, 83%, 44%) |
| CMYK | cmyk(91%, 0%, 10%, 19%) |
| LAB | lab(75.0 -46.5 -1.5) |
| LCH | lch(75.0 46.5 181.8) |
| OKLCH | oklch(0.768 0.135 182.0) |
Copy-ready code
/* CSS */
color: #13cfba;
background-color: #13cfba;
/* Tailwind (arbitrary) */
class="text-[#13cfba] bg-[#13cfba]"
/* SCSS */
$brand: #13cfba;
/* SwiftUI */
Color(red: 0.075, green: 0.812, blue: 0.729)
/* Android */
Color.parseColor("#13cfba")Accessibility — WCAG contrast
Aa
#13cfba on white: 1.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#13cfba on black: 10.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green81.2%
Blue72.9%
CMYK percentages
Cyan90.8%
Magenta0.0%
Yellow10.1%
Key (black)18.8%
Color previews
#13cfba text on a black background
contrast 10.66:1
Card sample
#13cfba text on a white background
contrast 1.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #13cfba;
Background color
Panel with #13cfba background
background-color: #13cfba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #13cfba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 207, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 207, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #13cfba; background: linear-gradient(135deg, #13cfba, #1367CF);