#13393d
a deep, vivid cyan · cool · closest name: darkslategray
RGB
19, 57, 61
HSL
186°, 53%, 16%
CMYK
69, 7, 0, 76
Luminance
0.0340
Every format
| HEX | #13393d |
| RGB | rgb(19, 57, 61) |
| HSL | hsl(186, 53%, 16%) |
| CMYK | cmyk(69%, 7%, 0%, 76%) |
| LAB | lab(21.6 -11.9 -6.5) |
| LCH | lch(21.6 13.5 208.8) |
| OKLCH | oklch(0.320 0.043 204.8) |
Copy-ready code
/* CSS */
color: #13393d;
background-color: #13393d;
/* Tailwind (arbitrary) */
class="text-[#13393d] bg-[#13393d]"
/* SCSS */
$brand: #13393d;
/* SwiftUI */
Color(red: 0.075, green: 0.224, blue: 0.239)
/* Android */
Color.parseColor("#13393d")Accessibility — WCAG contrast
Aa
#13393d on white: 12.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#13393d on black: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red7.5%
Green22.4%
Blue23.9%
CMYK percentages
Cyan68.9%
Magenta6.6%
Yellow0.0%
Key (black)76.1%
Color previews
#13393d text on a black background
contrast 1.68:1
Card sample
#13393d text on a white background
contrast 12.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #13393d;
Background color
Panel with #13393d background
background-color: #13393d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #13393d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(19, 57, 61, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(19, 57, 61, 0.45);
Border & gradient
Gradient panel
border: 3px solid #13393d; background: linear-gradient(135deg, #13393d, #131D3D);