#175c97
a dark, vivid blue · cool · closest name: steelblue
RGB
23, 92, 151
HSL
208°, 74%, 34%
CMYK
85, 39, 0, 41
Luminance
0.1007
Every format
| HEX | #175c97 |
| RGB | rgb(23, 92, 151) |
| HSL | hsl(208, 74%, 34%) |
| CMYK | cmyk(85%, 39%, 0%, 41%) |
| LAB | lab(38.0 1.6 -38.1) |
| LCH | lch(38.0 38.1 272.3) |
| OKLCH | oklch(0.465 0.116 249.4) |
Copy-ready code
/* CSS */
color: #175c97;
background-color: #175c97;
/* Tailwind (arbitrary) */
class="text-[#175c97] bg-[#175c97]"
/* SCSS */
$brand: #175c97;
/* SwiftUI */
Color(red: 0.090, green: 0.361, blue: 0.592)
/* Android */
Color.parseColor("#175c97")Accessibility — WCAG contrast
Aa
#175c97 on white: 6.97:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#175c97 on black: 3.01:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green36.1%
Blue59.2%
CMYK percentages
Cyan84.8%
Magenta39.1%
Yellow0.0%
Key (black)40.8%
Color previews
#175c97 text on a black background
contrast 3.01:1
Card sample
#175c97 text on a white background
contrast 6.97:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #175c97;
Background color
Panel with #175c97 background
background-color: #175c97;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #175c97;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 92, 151, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 92, 151, 0.45);
Border & gradient
Gradient panel
border: 3px solid #175c97; background: linear-gradient(135deg, #175c97, #271797);