#175f74
a dark, vivid cyan · cool · closest name: darkslategray
RGB
23, 95, 116
HSL
194°, 67%, 27%
CMYK
80, 18, 0, 55
Luminance
0.0963
Every format
| HEX | #175f74 |
| RGB | rgb(23, 95, 116) |
| HSL | hsl(194, 67%, 27%) |
| CMYK | cmyk(80%, 18%, 0%, 55%) |
| LAB | lab(37.2 -13.8 -18.1) |
| LCH | lch(37.2 22.7 232.7) |
| OKLCH | oklch(0.453 0.075 222.2) |
Copy-ready code
/* CSS */
color: #175f74;
background-color: #175f74;
/* Tailwind (arbitrary) */
class="text-[#175f74] bg-[#175f74]"
/* SCSS */
$brand: #175f74;
/* SwiftUI */
Color(red: 0.090, green: 0.373, blue: 0.455)
/* Android */
Color.parseColor("#175f74")Accessibility — WCAG contrast
Aa
#175f74 on white: 7.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#175f74 on black: 2.93:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green37.3%
Blue45.5%
CMYK percentages
Cyan80.2%
Magenta18.1%
Yellow0.0%
Key (black)54.5%
Color previews
#175f74 text on a black background
contrast 2.93:1
Card sample
#175f74 text on a white background
contrast 7.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #175f74;
Background color
Panel with #175f74 background
background-color: #175f74;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #175f74;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 95, 116, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 95, 116, 0.45);
Border & gradient
Gradient panel
border: 3px solid #175f74; background: linear-gradient(135deg, #175f74, #172174);