#175f80
a dark, vivid cyan · cool · closest name: steelblue
RGB
23, 95, 128
HSL
199°, 70%, 30%
CMYK
82, 26, 0, 50
Luminance
0.0993
Every format
| HEX | #175f80 |
| RGB | rgb(23, 95, 128) |
| HSL | hsl(199, 70%, 30%) |
| CMYK | cmyk(82%, 26%, 0%, 50%) |
| LAB | lab(37.7 -9.3 -24.6) |
| LCH | lch(37.7 26.3 249.3) |
| OKLCH | oklch(0.459 0.086 233.6) |
Copy-ready code
/* CSS */
color: #175f80;
background-color: #175f80;
/* Tailwind (arbitrary) */
class="text-[#175f80] bg-[#175f80]"
/* SCSS */
$brand: #175f80;
/* SwiftUI */
Color(red: 0.090, green: 0.373, blue: 0.502)
/* Android */
Color.parseColor("#175f80")Accessibility — WCAG contrast
Aa
#175f80 on white: 7.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#175f80 on black: 2.99:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green37.3%
Blue50.2%
CMYK percentages
Cyan82.0%
Magenta25.8%
Yellow0.0%
Key (black)49.8%
Color previews
#175f80 text on a black background
contrast 2.99:1
Card sample
#175f80 text on a white background
contrast 7.04:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #175f80;
Background color
Panel with #175f80 background
background-color: #175f80;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #175f80;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 95, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 95, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #175f80; background: linear-gradient(135deg, #175f80, #171980);