#175359
a deep, vivid cyan · cool · closest name: darkslategray
RGB
23, 83, 89
HSL
186°, 59%, 22%
CMYK
74, 7, 0, 65
Luminance
0.0709
Every format
| HEX | #175359 |
| RGB | rgb(23, 83, 89) |
| HSL | hsl(186, 59%, 22%) |
| CMYK | cmyk(74%, 7%, 0%, 65%) |
| LAB | lab(32.0 -16.5 -9.1) |
| LCH | lch(32.0 18.9 208.7) |
| OKLCH | oklch(0.407 0.060 204.7) |
Copy-ready code
/* CSS */
color: #175359;
background-color: #175359;
/* Tailwind (arbitrary) */
class="text-[#175359] bg-[#175359]"
/* SCSS */
$brand: #175359;
/* SwiftUI */
Color(red: 0.090, green: 0.325, blue: 0.349)
/* Android */
Color.parseColor("#175359")Accessibility — WCAG contrast
Aa
#175359 on white: 8.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#175359 on black: 2.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green32.5%
Blue34.9%
CMYK percentages
Cyan74.2%
Magenta6.7%
Yellow0.0%
Key (black)65.1%
Color previews
#175359 text on a black background
contrast 2.42:1
Card sample
#175359 text on a white background
contrast 8.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #175359;
Background color
Panel with #175359 background
background-color: #175359;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #175359;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 83, 89, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 83, 89, 0.45);
Border & gradient
Gradient panel
border: 3px solid #175359; background: linear-gradient(135deg, #175359, #172759);