#175ba9
a dark, electric blue · cool · closest name: steelblue
RGB
23, 91, 169
HSL
212°, 76%, 38%
CMYK
86, 46, 0, 34
Luminance
0.1053
Every format
| HEX | #175ba9 |
| RGB | rgb(23, 91, 169) |
| HSL | hsl(212, 76%, 38%) |
| CMYK | cmyk(86%, 46%, 0%, 34%) |
| LAB | lab(38.8 9.4 -47.6) |
| LCH | lch(38.8 48.5 281.2) |
| OKLCH | oklch(0.475 0.141 255.3) |
Copy-ready code
/* CSS */
color: #175ba9;
background-color: #175ba9;
/* Tailwind (arbitrary) */
class="text-[#175ba9] bg-[#175ba9]"
/* SCSS */
$brand: #175ba9;
/* SwiftUI */
Color(red: 0.090, green: 0.357, blue: 0.663)
/* Android */
Color.parseColor("#175ba9")Accessibility — WCAG contrast
Aa
#175ba9 on white: 6.76:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#175ba9 on black: 3.11:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green35.7%
Blue66.3%
CMYK percentages
Cyan86.4%
Magenta46.2%
Yellow0.0%
Key (black)33.7%
Color previews
#175ba9 text on a black background
contrast 3.11:1
Card sample
#175ba9 text on a white background
contrast 6.76:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #175ba9;
Background color
Panel with #175ba9 background
background-color: #175ba9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #175ba9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 91, 169, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 91, 169, 0.45);
Border & gradient
Gradient panel
border: 3px solid #175ba9; background: linear-gradient(135deg, #175ba9, #3417A9);