#175c5d
a deep, vivid cyan · cool · closest name: darkslategray
RGB
23, 92, 93
HSL
181°, 60%, 23%
CMYK
75, 1, 0, 64
Luminance
0.0863
Every format
| HEX | #175c5d |
| RGB | rgb(23, 92, 93) |
| HSL | hsl(181, 60%, 23%) |
| CMYK | cmyk(75%, 1%, 0%, 64%) |
| LAB | lab(35.3 -20.1 -6.7) |
| LCH | lch(35.3 21.2 198.4) |
| OKLCH | oklch(0.434 0.066 196.4) |
Copy-ready code
/* CSS */
color: #175c5d;
background-color: #175c5d;
/* Tailwind (arbitrary) */
class="text-[#175c5d] bg-[#175c5d]"
/* SCSS */
$brand: #175c5d;
/* SwiftUI */
Color(red: 0.090, green: 0.361, blue: 0.365)
/* Android */
Color.parseColor("#175c5d")Accessibility — WCAG contrast
Aa
#175c5d on white: 7.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#175c5d on black: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green36.1%
Blue36.5%
CMYK percentages
Cyan75.3%
Magenta1.1%
Yellow0.0%
Key (black)63.5%
Color previews
#175c5d text on a black background
contrast 2.73:1
Card sample
#175c5d text on a white background
contrast 7.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #175c5d;
Background color
Panel with #175c5d background
background-color: #175c5d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #175c5d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 92, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 92, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #175c5d; background: linear-gradient(135deg, #175c5d, #172D5D);