#175372
a dark, vivid blue · cool · closest name: darkslategray
RGB
23, 83, 114
HSL
200°, 66%, 27%
CMYK
80, 27, 0, 55
Luminance
0.0758
Every format
| HEX | #175372 |
| RGB | rgb(23, 83, 114) |
| HSL | hsl(200, 66%, 27%) |
| CMYK | cmyk(80%, 27%, 0%, 55%) |
| LAB | lab(33.1 -7.3 -23.1) |
| LCH | lch(33.1 24.3 252.4) |
| OKLCH | oklch(0.420 0.079 236.1) |
Copy-ready code
/* CSS */
color: #175372;
background-color: #175372;
/* Tailwind (arbitrary) */
class="text-[#175372] bg-[#175372]"
/* SCSS */
$brand: #175372;
/* SwiftUI */
Color(red: 0.090, green: 0.325, blue: 0.447)
/* Android */
Color.parseColor("#175372")Accessibility — WCAG contrast
Aa
#175372 on white: 8.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#175372 on black: 2.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green32.5%
Blue44.7%
CMYK percentages
Cyan79.8%
Magenta27.2%
Yellow0.0%
Key (black)55.3%
Color previews
#175372 text on a black background
contrast 2.52:1
Card sample
#175372 text on a white background
contrast 8.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #175372;
Background color
Panel with #175372 background
background-color: #175372;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #175372;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 83, 114, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 83, 114, 0.45);
Border & gradient
Gradient panel
border: 3px solid #175372; background: linear-gradient(135deg, #175372, #181772);