#175c6d
a dark, vivid cyan · cool · closest name: darkslategray
RGB
23, 92, 109
HSL
192°, 65%, 26%
CMYK
79, 16, 0, 57
Luminance
0.0894
Every format
| HEX | #175c6d |
| RGB | rgb(23, 92, 109) |
| HSL | hsl(192, 65%, 26%) |
| CMYK | cmyk(79%, 16%, 0%, 57%) |
| LAB | lab(35.9 -14.6 -15.7) |
| LCH | lch(35.9 21.4 227.2) |
| OKLCH | oklch(0.441 0.071 218.3) |
Copy-ready code
/* CSS */
color: #175c6d;
background-color: #175c6d;
/* Tailwind (arbitrary) */
class="text-[#175c6d] bg-[#175c6d]"
/* SCSS */
$brand: #175c6d;
/* SwiftUI */
Color(red: 0.090, green: 0.361, blue: 0.427)
/* Android */
Color.parseColor("#175c6d")Accessibility — WCAG contrast
Aa
#175c6d on white: 7.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#175c6d on black: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green36.1%
Blue42.7%
CMYK percentages
Cyan78.9%
Magenta15.6%
Yellow0.0%
Key (black)57.3%
Color previews
#175c6d text on a black background
contrast 2.79:1
Card sample
#175c6d text on a white background
contrast 7.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #175c6d;
Background color
Panel with #175c6d background
background-color: #175c6d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #175c6d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 92, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 92, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #175c6d; background: linear-gradient(135deg, #175c6d, #17236D);