#175d68
a deep, vivid cyan · cool · closest name: darkslategray
RGB
23, 93, 104
HSL
188°, 64%, 25%
CMYK
78, 11, 0, 59
Luminance
0.0901
Every format
| HEX | #175d68 |
| RGB | rgb(23, 93, 104) |
| HSL | hsl(188, 64%, 25%) |
| CMYK | cmyk(78%, 11%, 0%, 59%) |
| LAB | lab(36.0 -16.9 -12.4) |
| LCH | lch(36.0 21.0 216.3) |
| OKLCH | oklch(0.442 0.068 210.4) |
Copy-ready code
/* CSS */
color: #175d68;
background-color: #175d68;
/* Tailwind (arbitrary) */
class="text-[#175d68] bg-[#175d68]"
/* SCSS */
$brand: #175d68;
/* SwiftUI */
Color(red: 0.090, green: 0.365, blue: 0.408)
/* Android */
Color.parseColor("#175d68")Accessibility — WCAG contrast
Aa
#175d68 on white: 7.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#175d68 on black: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green36.5%
Blue40.8%
CMYK percentages
Cyan77.9%
Magenta10.6%
Yellow0.0%
Key (black)59.2%
Color previews
#175d68 text on a black background
contrast 2.80:1
Card sample
#175d68 text on a white background
contrast 7.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #175d68;
Background color
Panel with #175d68 background
background-color: #175d68;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #175d68;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 93, 104, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 93, 104, 0.45);
Border & gradient
Gradient panel
border: 3px solid #175d68; background: linear-gradient(135deg, #175d68, #172768);