#175c95
a dark, vivid blue · cool · closest name: steelblue
RGB
23, 92, 149
HSL
207°, 73%, 34%
CMYK
85, 38, 0, 42
Luminance
0.1001
Every format
| HEX | #175c95 |
| RGB | rgb(23, 92, 149) |
| HSL | hsl(207, 73%, 34%) |
| CMYK | cmyk(85%, 38%, 0%, 42%) |
| LAB | lab(37.9 0.8 -37.1) |
| LCH | lch(37.9 37.1 271.2) |
| OKLCH | oklch(0.464 0.114 248.7) |
Copy-ready code
/* CSS */
color: #175c95;
background-color: #175c95;
/* Tailwind (arbitrary) */
class="text-[#175c95] bg-[#175c95]"
/* SCSS */
$brand: #175c95;
/* SwiftUI */
Color(red: 0.090, green: 0.361, blue: 0.584)
/* Android */
Color.parseColor("#175c95")Accessibility — WCAG contrast
Aa
#175c95 on white: 7.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#175c95 on black: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green36.1%
Blue58.4%
CMYK percentages
Cyan84.6%
Magenta38.3%
Yellow0.0%
Key (black)41.6%
Color previews
#175c95 text on a black background
contrast 3.00:1
Card sample
#175c95 text on a white background
contrast 7.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #175c95;
Background color
Panel with #175c95 background
background-color: #175c95;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #175c95;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 92, 149, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 92, 149, 0.45);
Border & gradient
Gradient panel
border: 3px solid #175c95; background: linear-gradient(135deg, #175c95, #261795);