#13626c
a deep, vivid cyan · cool · closest name: darkslategray
RGB
19, 98, 108
HSL
187°, 70%, 25%
CMYK
82, 9, 0, 58
Luminance
0.0996
Every format
| HEX | #13626c |
| RGB | rgb(19, 98, 108) |
| HSL | hsl(187, 70%, 25%) |
| CMYK | cmyk(82%, 9%, 0%, 58%) |
| LAB | lab(37.8 -18.8 -12.2) |
| LCH | lch(37.8 22.4 213.0) |
| OKLCH | oklch(0.456 0.073 207.9) |
Copy-ready code
/* CSS */
color: #13626c;
background-color: #13626c;
/* Tailwind (arbitrary) */
class="text-[#13626c] bg-[#13626c]"
/* SCSS */
$brand: #13626c;
/* SwiftUI */
Color(red: 0.075, green: 0.384, blue: 0.424)
/* Android */
Color.parseColor("#13626c")Accessibility — WCAG contrast
Aa
#13626c on white: 7.02:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#13626c on black: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green38.4%
Blue42.4%
CMYK percentages
Cyan82.4%
Magenta9.3%
Yellow0.0%
Key (black)57.6%
Color previews
#13626c text on a black background
contrast 2.99:1
Card sample
#13626c text on a white background
contrast 7.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #13626c;
Background color
Panel with #13626c background
background-color: #13626c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #13626c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 98, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 98, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #13626c; background: linear-gradient(135deg, #13626c, #13276C);