#175672
a dark, vivid cyan · cool · closest name: darkslategray
RGB
23, 86, 114
HSL
199°, 66%, 27%
CMYK
80, 25, 0, 55
Luminance
0.0805
Every format
| HEX | #175672 |
| RGB | rgb(23, 86, 114) |
| HSL | hsl(199, 66%, 27%) |
| CMYK | cmyk(80%, 25%, 0%, 55%) |
| LAB | lab(34.1 -9.2 -21.6) |
| LCH | lch(34.1 23.5 246.9) |
| OKLCH | oklch(0.428 0.077 232.2) |
Copy-ready code
/* CSS */
color: #175672;
background-color: #175672;
/* Tailwind (arbitrary) */
class="text-[#175672] bg-[#175672]"
/* SCSS */
$brand: #175672;
/* SwiftUI */
Color(red: 0.090, green: 0.337, blue: 0.447)
/* Android */
Color.parseColor("#175672")Accessibility — WCAG contrast
Aa
#175672 on white: 8.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#175672 on black: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green33.7%
Blue44.7%
CMYK percentages
Cyan79.8%
Magenta24.6%
Yellow0.0%
Key (black)55.3%
Color previews
#175672 text on a black background
contrast 2.61:1
Card sample
#175672 text on a white background
contrast 8.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #175672;
Background color
Panel with #175672 background
background-color: #175672;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #175672;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 86, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 86, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #175672; background: linear-gradient(135deg, #175672, #171972);