#175160
a deep, vivid cyan · cool · closest name: darkslategray
RGB
23, 81, 96
HSL
192°, 61%, 23%
CMYK
76, 16, 0, 62
Luminance
0.0691
Every format
| HEX | #175160 |
| RGB | rgb(23, 81, 96) |
| HSL | hsl(192, 61%, 23%) |
| CMYK | cmyk(76%, 16%, 0%, 62%) |
| LAB | lab(31.6 -12.9 -14.1) |
| LCH | lch(31.6 19.1 227.6) |
| OKLCH | oklch(0.405 0.063 218.7) |
Copy-ready code
/* CSS */
color: #175160;
background-color: #175160;
/* Tailwind (arbitrary) */
class="text-[#175160] bg-[#175160]"
/* SCSS */
$brand: #175160;
/* SwiftUI */
Color(red: 0.090, green: 0.318, blue: 0.376)
/* Android */
Color.parseColor("#175160")Accessibility — WCAG contrast
Aa
#175160 on white: 8.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#175160 on black: 2.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green31.8%
Blue37.6%
CMYK percentages
Cyan76.0%
Magenta15.6%
Yellow0.0%
Key (black)62.4%
Color previews
#175160 text on a black background
contrast 2.38:1
Card sample
#175160 text on a white background
contrast 8.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #175160;
Background color
Panel with #175160 background
background-color: #175160;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #175160;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 81, 96, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 81, 96, 0.45);
Border & gradient
Gradient panel
border: 3px solid #175160; background: linear-gradient(135deg, #175160, #172060);