#175e7f
a dark, vivid cyan · cool · closest name: steelblue
RGB
23, 94, 127
HSL
199°, 69%, 29%
CMYK
82, 26, 0, 50
Luminance
0.0972
Every format
| HEX | #175e7f |
| RGB | rgb(23, 94, 127) |
| HSL | hsl(199, 69%, 29%) |
| CMYK | cmyk(82%, 26%, 0%, 50%) |
| LAB | lab(37.3 -9.1 -24.5) |
| LCH | lch(37.3 26.2 249.7) |
| OKLCH | oklch(0.456 0.086 234.0) |
Copy-ready code
/* CSS */
color: #175e7f;
background-color: #175e7f;
/* Tailwind (arbitrary) */
class="text-[#175e7f] bg-[#175e7f]"
/* SCSS */
$brand: #175e7f;
/* SwiftUI */
Color(red: 0.090, green: 0.369, blue: 0.498)
/* Android */
Color.parseColor("#175e7f")Accessibility — WCAG contrast
Aa
#175e7f on white: 7.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#175e7f on black: 2.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green36.9%
Blue49.8%
CMYK percentages
Cyan81.9%
Magenta26.0%
Yellow0.0%
Key (black)50.2%
Color previews
#175e7f text on a black background
contrast 2.94:1
Card sample
#175e7f text on a white background
contrast 7.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #175e7f;
Background color
Panel with #175e7f background
background-color: #175e7f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #175e7f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 94, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 94, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #175e7f; background: linear-gradient(135deg, #175e7f, #17197F);