#175c70
a dark, vivid cyan · cool · closest name: darkslategray
RGB
23, 92, 112
HSL
194°, 66%, 27%
CMYK
80, 18, 0, 56
Luminance
0.0901
Every format
| HEX | #175c70 |
| RGB | rgb(23, 92, 112) |
| HSL | hsl(194, 66%, 27%) |
| CMYK | cmyk(80%, 18%, 0%, 56%) |
| LAB | lab(36.0 -13.5 -17.4) |
| LCH | lch(36.0 22.0 232.2) |
| OKLCH | oklch(0.443 0.073 221.9) |
Copy-ready code
/* CSS */
color: #175c70;
background-color: #175c70;
/* Tailwind (arbitrary) */
class="text-[#175c70] bg-[#175c70]"
/* SCSS */
$brand: #175c70;
/* SwiftUI */
Color(red: 0.090, green: 0.361, blue: 0.439)
/* Android */
Color.parseColor("#175c70")Accessibility — WCAG contrast
Aa
#175c70 on white: 7.50:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#175c70 on black: 2.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green36.1%
Blue43.9%
CMYK percentages
Cyan79.5%
Magenta17.9%
Yellow0.0%
Key (black)56.1%
Color previews
#175c70 text on a black background
contrast 2.80:1
Card sample
#175c70 text on a white background
contrast 7.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #175c70;
Background color
Panel with #175c70 background
background-color: #175c70;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #175c70;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 92, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 92, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #175c70; background: linear-gradient(135deg, #175c70, #172170);