#175f6c
a dark, vivid cyan · cool · closest name: darkslategray
RGB
23, 95, 108
HSL
189°, 65%, 26%
CMYK
79, 12, 0, 58
Luminance
0.0945
Every format
| HEX | #175f6c |
| RGB | rgb(23, 95, 108) |
| HSL | hsl(189, 65%, 26%) |
| CMYK | cmyk(79%, 12%, 0%, 58%) |
| LAB | lab(36.8 -16.6 -13.6) |
| LCH | lch(36.8 21.5 219.3) |
| OKLCH | oklch(0.449 0.070 212.6) |
Copy-ready code
/* CSS */
color: #175f6c;
background-color: #175f6c;
/* Tailwind (arbitrary) */
class="text-[#175f6c] bg-[#175f6c]"
/* SCSS */
$brand: #175f6c;
/* SwiftUI */
Color(red: 0.090, green: 0.373, blue: 0.424)
/* Android */
Color.parseColor("#175f6c")Accessibility — WCAG contrast
Aa
#175f6c on white: 7.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#175f6c on black: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green37.3%
Blue42.4%
CMYK percentages
Cyan78.7%
Magenta12.0%
Yellow0.0%
Key (black)57.6%
Color previews
#175f6c text on a black background
contrast 2.89:1
Card sample
#175f6c text on a white background
contrast 7.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #175f6c;
Background color
Panel with #175f6c background
background-color: #175f6c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #175f6c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 95, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 95, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #175f6c; background: linear-gradient(135deg, #175f6c, #17266C);