#175f83
a dark, vivid blue · cool · closest name: steelblue
RGB
23, 95, 131
HSL
200°, 70%, 30%
CMYK
82, 28, 0, 49
Luminance
0.1001
Every format
| HEX | #175f83 |
| RGB | rgb(23, 95, 131) |
| HSL | hsl(200, 70%, 30%) |
| CMYK | cmyk(82%, 28%, 0%, 49%) |
| LAB | lab(37.9 -8.2 -26.2) |
| LCH | lch(37.9 27.4 252.7) |
| OKLCH | oklch(0.460 0.089 236.0) |
Copy-ready code
/* CSS */
color: #175f83;
background-color: #175f83;
/* Tailwind (arbitrary) */
class="text-[#175f83] bg-[#175f83]"
/* SCSS */
$brand: #175f83;
/* SwiftUI */
Color(red: 0.090, green: 0.373, blue: 0.514)
/* Android */
Color.parseColor("#175f83")Accessibility — WCAG contrast
Aa
#175f83 on white: 7.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#175f83 on black: 3.00:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green37.3%
Blue51.4%
CMYK percentages
Cyan82.4%
Magenta27.5%
Yellow0.0%
Key (black)48.6%
Color previews
#175f83 text on a black background
contrast 3.00:1
Card sample
#175f83 text on a white background
contrast 7.00:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #175f83;
Background color
Panel with #175f83 background
background-color: #175f83;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #175f83;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 95, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 95, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #175f83; background: linear-gradient(135deg, #175f83, #171783);