#175b89
a dark, vivid blue · cool · closest name: steelblue
RGB
23, 91, 137
HSL
204°, 71%, 31%
CMYK
83, 34, 0, 46
Luminance
0.0947
Every format
| HEX | #175b89 |
| RGB | rgb(23, 91, 137) |
| HSL | hsl(204, 71%, 31%) |
| CMYK | cmyk(83%, 34%, 0%, 46%) |
| LAB | lab(36.9 -3.4 -31.4) |
| LCH | lch(36.9 31.6 263.9) |
| OKLCH | oklch(0.454 0.099 243.7) |
Copy-ready code
/* CSS */
color: #175b89;
background-color: #175b89;
/* Tailwind (arbitrary) */
class="text-[#175b89] bg-[#175b89]"
/* SCSS */
$brand: #175b89;
/* SwiftUI */
Color(red: 0.090, green: 0.357, blue: 0.537)
/* Android */
Color.parseColor("#175b89")Accessibility — WCAG contrast
Aa
#175b89 on white: 7.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#175b89 on black: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green35.7%
Blue53.7%
CMYK percentages
Cyan83.2%
Magenta33.6%
Yellow0.0%
Key (black)46.3%
Color previews
#175b89 text on a black background
contrast 2.89:1
Card sample
#175b89 text on a white background
contrast 7.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #175b89;
Background color
Panel with #175b89 background
background-color: #175b89;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #175b89;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 91, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 91, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #175b89; background: linear-gradient(135deg, #175b89, #1F1789);