#13596f
a dark, vivid cyan · cool · closest name: darkslategray
RGB
19, 89, 111
HSL
194°, 71%, 26%
CMYK
83, 20, 0, 57
Luminance
0.0843
Every format
| HEX | #13596f |
| RGB | rgb(19, 89, 111) |
| HSL | hsl(194, 71%, 26%) |
| CMYK | cmyk(83%, 20%, 0%, 57%) |
| LAB | lab(34.9 -12.6 -18.5) |
| LCH | lch(34.9 22.4 235.8) |
| OKLCH | oklch(0.433 0.074 224.3) |
Copy-ready code
/* CSS */
color: #13596f;
background-color: #13596f;
/* Tailwind (arbitrary) */
class="text-[#13596f] bg-[#13596f]"
/* SCSS */
$brand: #13596f;
/* SwiftUI */
Color(red: 0.075, green: 0.349, blue: 0.435)
/* Android */
Color.parseColor("#13596f")Accessibility — WCAG contrast
Aa
#13596f on white: 7.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#13596f on black: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green34.9%
Blue43.5%
CMYK percentages
Cyan82.9%
Magenta19.8%
Yellow0.0%
Key (black)56.5%
Color previews
#13596f text on a black background
contrast 2.69:1
Card sample
#13596f text on a white background
contrast 7.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #13596f;
Background color
Panel with #13596f background
background-color: #13596f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #13596f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 89, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 89, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #13596f; background: linear-gradient(135deg, #13596f, #131C6F);