#13b994
a dark, electric cyan · cool · closest name: turquoise
RGB
19, 185, 148
HSL
167°, 81%, 40%
CMYK
90, 0, 20, 28
Luminance
0.3697
Every format
| HEX | #13b994 |
| RGB | rgb(19, 185, 148) |
| HSL | hsl(167, 81%, 40%) |
| CMYK | cmyk(90%, 0%, 20%, 28%) |
| LAB | lab(67.3 -47.5 7.9) |
| LCH | lch(67.3 48.1 170.5) |
| OKLCH | oklch(0.701 0.134 171.3) |
Copy-ready code
/* CSS */
color: #13b994;
background-color: #13b994;
/* Tailwind (arbitrary) */
class="text-[#13b994] bg-[#13b994]"
/* SCSS */
$brand: #13b994;
/* SwiftUI */
Color(red: 0.075, green: 0.725, blue: 0.580)
/* Android */
Color.parseColor("#13b994")Accessibility — WCAG contrast
Aa
#13b994 on white: 2.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#13b994 on black: 8.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green72.5%
Blue58.0%
CMYK percentages
Cyan89.7%
Magenta0.0%
Yellow20.0%
Key (black)27.5%
Color previews
#13b994 text on a black background
contrast 8.39:1
Card sample
#13b994 text on a white background
contrast 2.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #13b994;
Background color
Panel with #13b994 background
background-color: #13b994;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #13b994;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 185, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 185, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #13b994; background: linear-gradient(135deg, #13b994, #136FB9);