#175d5f
a deep, vivid cyan · cool · closest name: darkslategray
RGB
23, 93, 95
HSL
182°, 61%, 23%
CMYK
76, 2, 0, 63
Luminance
0.0884
Every format
| HEX | #175d5f |
| RGB | rgb(23, 93, 95) |
| HSL | hsl(182, 61%, 23%) |
| CMYK | cmyk(76%, 2%, 0%, 63%) |
| LAB | lab(35.7 -20.0 -7.3) |
| LCH | lch(35.7 21.3 200.1) |
| OKLCH | oklch(0.438 0.066 197.8) |
Copy-ready code
/* CSS */
color: #175d5f;
background-color: #175d5f;
/* Tailwind (arbitrary) */
class="text-[#175d5f] bg-[#175d5f]"
/* SCSS */
$brand: #175d5f;
/* SwiftUI */
Color(red: 0.090, green: 0.365, blue: 0.373)
/* Android */
Color.parseColor("#175d5f")Accessibility — WCAG contrast
Aa
#175d5f on white: 7.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#175d5f on black: 2.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green36.5%
Blue37.3%
CMYK percentages
Cyan75.8%
Magenta2.1%
Yellow0.0%
Key (black)62.7%
Color previews
#175d5f text on a black background
contrast 2.77:1
Card sample
#175d5f text on a white background
contrast 7.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #175d5f;
Background color
Panel with #175d5f background
background-color: #175d5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #175d5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 93, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 93, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #175d5f; background: linear-gradient(135deg, #175d5f, #172D5F);