#175c73
a dark, vivid cyan · cool · closest name: darkslategray
RGB
23, 92, 115
HSL
195°, 67%, 27%
CMYK
80, 20, 0, 55
Luminance
0.0907
Every format
| HEX | #175c73 |
| RGB | rgb(23, 92, 115) |
| HSL | hsl(195, 67%, 27%) |
| CMYK | cmyk(80%, 20%, 0%, 55%) |
| LAB | lab(36.1 -12.4 -19.0) |
| LCH | lch(36.1 22.7 236.9) |
| OKLCH | oklch(0.444 0.075 225.2) |
Copy-ready code
/* CSS */
color: #175c73;
background-color: #175c73;
/* Tailwind (arbitrary) */
class="text-[#175c73] bg-[#175c73]"
/* SCSS */
$brand: #175c73;
/* SwiftUI */
Color(red: 0.090, green: 0.361, blue: 0.451)
/* Android */
Color.parseColor("#175c73")Accessibility — WCAG contrast
Aa
#175c73 on white: 7.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#175c73 on black: 2.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green36.1%
Blue45.1%
CMYK percentages
Cyan80.0%
Magenta20.0%
Yellow0.0%
Key (black)54.9%
Color previews
#175c73 text on a black background
contrast 2.81:1
Card sample
#175c73 text on a white background
contrast 7.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #175c73;
Background color
Panel with #175c73 background
background-color: #175c73;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #175c73;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 92, 115, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 92, 115, 0.45);
Border & gradient
Gradient panel
border: 3px solid #175c73; background: linear-gradient(135deg, #175c73, #171F73);