#13697f
a dark, vivid cyan · cool · closest name: teal
RGB
19, 105, 127
HSL
192°, 74%, 29%
CMYK
85, 17, 0, 50
Luminance
0.1177
Every format
| HEX | #13697f |
| RGB | rgb(19, 105, 127) |
| HSL | hsl(192, 74%, 29%) |
| CMYK | cmyk(85%, 17%, 0%, 50%) |
| LAB | lab(40.9 -15.9 -19.1) |
| LCH | lch(40.9 24.9 230.2) |
| OKLCH | oklch(0.484 0.083 220.3) |
Copy-ready code
/* CSS */
color: #13697f;
background-color: #13697f;
/* Tailwind (arbitrary) */
class="text-[#13697f] bg-[#13697f]"
/* SCSS */
$brand: #13697f;
/* SwiftUI */
Color(red: 0.075, green: 0.412, blue: 0.498)
/* Android */
Color.parseColor("#13697f")Accessibility — WCAG contrast
Aa
#13697f on white: 6.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#13697f on black: 3.35:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green41.2%
Blue49.8%
CMYK percentages
Cyan85.0%
Magenta17.3%
Yellow0.0%
Key (black)50.2%
Color previews
#13697f text on a black background
contrast 3.35:1
Card sample
#13697f text on a white background
contrast 6.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #13697f;
Background color
Panel with #13697f background
background-color: #13697f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #13697f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 105, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 105, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #13697f; background: linear-gradient(135deg, #13697f, #13217F);