#175a8d
a dark, vivid blue · cool · closest name: steelblue
RGB
23, 90, 141
HSL
206°, 72%, 32%
CMYK
84, 36, 0, 45
Luminance
0.0942
Every format
| HEX | #175a8d |
| RGB | rgb(23, 90, 141) |
| HSL | hsl(206, 72%, 32%) |
| CMYK | cmyk(84%, 36%, 0%, 45%) |
| LAB | lab(36.8 -1.1 -34.0) |
| LCH | lch(36.8 34.0 268.1) |
| OKLCH | oklch(0.454 0.105 246.6) |
Copy-ready code
/* CSS */
color: #175a8d;
background-color: #175a8d;
/* Tailwind (arbitrary) */
class="text-[#175a8d] bg-[#175a8d]"
/* SCSS */
$brand: #175a8d;
/* SwiftUI */
Color(red: 0.090, green: 0.353, blue: 0.553)
/* Android */
Color.parseColor("#175a8d")Accessibility — WCAG contrast
Aa
#175a8d on white: 7.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#175a8d on black: 2.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green35.3%
Blue55.3%
CMYK percentages
Cyan83.7%
Magenta36.2%
Yellow0.0%
Key (black)44.7%
Color previews
#175a8d text on a black background
contrast 2.88:1
Card sample
#175a8d text on a white background
contrast 7.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #175a8d;
Background color
Panel with #175a8d background
background-color: #175a8d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #175a8d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 90, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 90, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #175a8d; background: linear-gradient(135deg, #175a8d, #23178D);