#175c86
a dark, vivid blue · cool · closest name: steelblue
RGB
23, 92, 134
HSL
203°, 71%, 31%
CMYK
83, 31, 0, 48
Luminance
0.0956
Every format
| HEX | #175c86 |
| RGB | rgb(23, 92, 134) |
| HSL | hsl(203, 71%, 31%) |
| CMYK | cmyk(83%, 31%, 0%, 48%) |
| LAB | lab(37.0 -5.2 -29.3) |
| LCH | lch(37.0 29.7 260.0) |
| OKLCH | oklch(0.454 0.095 241.1) |
Copy-ready code
/* CSS */
color: #175c86;
background-color: #175c86;
/* Tailwind (arbitrary) */
class="text-[#175c86] bg-[#175c86]"
/* SCSS */
$brand: #175c86;
/* SwiftUI */
Color(red: 0.090, green: 0.361, blue: 0.525)
/* Android */
Color.parseColor("#175c86")Accessibility — WCAG contrast
Aa
#175c86 on white: 7.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#175c86 on black: 2.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green36.1%
Blue52.5%
CMYK percentages
Cyan82.8%
Magenta31.3%
Yellow0.0%
Key (black)47.5%
Color previews
#175c86 text on a black background
contrast 2.91:1
Card sample
#175c86 text on a white background
contrast 7.21:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #175c86;
Background color
Panel with #175c86 background
background-color: #175c86;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #175c86;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 92, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 92, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #175c86; background: linear-gradient(135deg, #175c86, #1C1786);