#175365
a deep, vivid cyan · cool · closest name: darkslategray
RGB
23, 83, 101
HSL
194°, 63%, 24%
CMYK
77, 18, 0, 60
Luminance
0.0731
Every format
| HEX | #175365 |
| RGB | rgb(23, 83, 101) |
| HSL | hsl(194, 63%, 24%) |
| CMYK | cmyk(77%, 18%, 0%, 60%) |
| LAB | lab(32.5 -12.3 -15.9) |
| LCH | lch(32.5 20.1 232.4) |
| OKLCH | oklch(0.413 0.066 222.1) |
Copy-ready code
/* CSS */
color: #175365;
background-color: #175365;
/* Tailwind (arbitrary) */
class="text-[#175365] bg-[#175365]"
/* SCSS */
$brand: #175365;
/* SwiftUI */
Color(red: 0.090, green: 0.325, blue: 0.396)
/* Android */
Color.parseColor("#175365")Accessibility — WCAG contrast
Aa
#175365 on white: 8.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#175365 on black: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green32.5%
Blue39.6%
CMYK percentages
Cyan77.2%
Magenta17.8%
Yellow0.0%
Key (black)60.4%
Color previews
#175365 text on a black background
contrast 2.46:1
Card sample
#175365 text on a white background
contrast 8.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #175365;
Background color
Panel with #175365 background
background-color: #175365;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #175365;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 83, 101, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 83, 101, 0.45);
Border & gradient
Gradient panel
border: 3px solid #175365; background: linear-gradient(135deg, #175365, #171F65);