#13cfac
a dark, electric cyan · cool · closest name: turquoise
RGB
19, 207, 172
HSL
169°, 83%, 44%
CMYK
91, 0, 17, 19
Luminance
0.4774
Every format
| HEX | #13cfac |
| RGB | rgb(19, 207, 172) |
| HSL | hsl(169, 83%, 44%) |
| CMYK | cmyk(91%, 0%, 17%, 19%) |
| LAB | lab(74.7 -50.3 5.5) |
| LCH | lch(74.7 50.5 173.7) |
| OKLCH | oklch(0.764 0.142 174.4) |
Copy-ready code
/* CSS */
color: #13cfac;
background-color: #13cfac;
/* Tailwind (arbitrary) */
class="text-[#13cfac] bg-[#13cfac]"
/* SCSS */
$brand: #13cfac;
/* SwiftUI */
Color(red: 0.075, green: 0.812, blue: 0.675)
/* Android */
Color.parseColor("#13cfac")Accessibility — WCAG contrast
Aa
#13cfac on white: 1.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#13cfac on black: 10.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green81.2%
Blue67.5%
CMYK percentages
Cyan90.8%
Magenta0.0%
Yellow16.9%
Key (black)18.8%
Color previews
#13cfac text on a black background
contrast 10.55:1
Card sample
#13cfac text on a white background
contrast 1.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #13cfac;
Background color
Panel with #13cfac background
background-color: #13cfac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #13cfac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 207, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 207, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #13cfac; background: linear-gradient(135deg, #13cfac, #1375CF);