#17565c
a deep, vivid cyan · cool · closest name: darkslategray
RGB
23, 86, 92
HSL
185°, 60%, 23%
CMYK
75, 7, 0, 64
Luminance
0.0761
Every format
| HEX | #17565c |
| RGB | rgb(23, 86, 92) |
| HSL | hsl(185, 60%, 23%) |
| CMYK | cmyk(75%, 7%, 0%, 64%) |
| LAB | lab(33.2 -17.2 -9.2) |
| LCH | lch(33.2 19.5 208.2) |
| OKLCH | oklch(0.417 0.062 204.3) |
Copy-ready code
/* CSS */
color: #17565c;
background-color: #17565c;
/* Tailwind (arbitrary) */
class="text-[#17565c] bg-[#17565c]"
/* SCSS */
$brand: #17565c;
/* SwiftUI */
Color(red: 0.090, green: 0.337, blue: 0.361)
/* Android */
Color.parseColor("#17565c")Accessibility — WCAG contrast
Aa
#17565c on white: 8.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#17565c on black: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green33.7%
Blue36.1%
CMYK percentages
Cyan75.0%
Magenta6.5%
Yellow0.0%
Key (black)63.9%
Color previews
#17565c text on a black background
contrast 2.52:1
Card sample
#17565c text on a white background
contrast 8.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #17565c;
Background color
Panel with #17565c background
background-color: #17565c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #17565c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 86, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 86, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #17565c; background: linear-gradient(135deg, #17565c, #17285C);