#175385
a dark, vivid blue · cool · closest name: steelblue
RGB
23, 83, 133
HSL
207°, 71%, 31%
CMYK
83, 38, 0, 48
Luminance
0.0806
Every format
| HEX | #175385 |
| RGB | rgb(23, 83, 133) |
| HSL | hsl(207, 71%, 31%) |
| CMYK | cmyk(83%, 38%, 0%, 48%) |
| LAB | lab(34.1 0.2 -33.3) |
| LCH | lch(34.1 33.3 270.3) |
| OKLCH | oklch(0.431 0.102 248.4) |
Copy-ready code
/* CSS */
color: #175385;
background-color: #175385;
/* Tailwind (arbitrary) */
class="text-[#175385] bg-[#175385]"
/* SCSS */
$brand: #175385;
/* SwiftUI */
Color(red: 0.090, green: 0.325, blue: 0.522)
/* Android */
Color.parseColor("#175385")Accessibility — WCAG contrast
Aa
#175385 on white: 8.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#175385 on black: 2.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green32.5%
Blue52.2%
CMYK percentages
Cyan82.7%
Magenta37.6%
Yellow0.0%
Key (black)47.8%
Color previews
#175385 text on a black background
contrast 2.61:1
Card sample
#175385 text on a white background
contrast 8.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #175385;
Background color
Panel with #175385 background
background-color: #175385;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #175385;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 83, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 83, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #175385; background: linear-gradient(135deg, #175385, #241785);