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