#175c77
a dark, vivid cyan · cool · closest name: darkslategray
RGB
23, 92, 119
HSL
197°, 68%, 28%
CMYK
81, 23, 0, 53
Luminance
0.0917
Every format
| HEX | #175c77 |
| RGB | rgb(23, 92, 119) |
| HSL | hsl(197, 68%, 28%) |
| CMYK | cmyk(81%, 23%, 0%, 53%) |
| LAB | lab(36.3 -10.9 -21.2) |
| LCH | lch(36.3 23.9 242.8) |
| OKLCH | oklch(0.446 0.079 229.3) |
Copy-ready code
/* CSS */
color: #175c77;
background-color: #175c77;
/* Tailwind (arbitrary) */
class="text-[#175c77] bg-[#175c77]"
/* SCSS */
$brand: #175c77;
/* SwiftUI */
Color(red: 0.090, green: 0.361, blue: 0.467)
/* Android */
Color.parseColor("#175c77")Accessibility — WCAG contrast
Aa
#175c77 on white: 7.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#175c77 on black: 2.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green36.1%
Blue46.7%
CMYK percentages
Cyan80.7%
Magenta22.7%
Yellow0.0%
Key (black)53.3%
Color previews
#175c77 text on a black background
contrast 2.83:1
Card sample
#175c77 text on a white background
contrast 7.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #175c77;
Background color
Panel with #175c77 background
background-color: #175c77;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #175c77;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 92, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 92, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #175c77; background: linear-gradient(135deg, #175c77, #171C77);