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