#175e6f
a dark, vivid cyan · cool · closest name: darkslategray
RGB
23, 94, 111
HSL
192°, 66%, 26%
CMYK
79, 15, 0, 57
Luminance
0.0934
Every format
| HEX | #175e6f |
| RGB | rgb(23, 94, 111) |
| HSL | hsl(192, 66%, 26%) |
| CMYK | cmyk(79%, 15%, 0%, 57%) |
| LAB | lab(36.6 -15.0 -15.8) |
| LCH | lch(36.6 21.8 226.5) |
| OKLCH | oklch(0.448 0.072 217.8) |
Copy-ready code
/* CSS */
color: #175e6f;
background-color: #175e6f;
/* Tailwind (arbitrary) */
class="text-[#175e6f] bg-[#175e6f]"
/* SCSS */
$brand: #175e6f;
/* SwiftUI */
Color(red: 0.090, green: 0.369, blue: 0.435)
/* Android */
Color.parseColor("#175e6f")Accessibility — WCAG contrast
Aa
#175e6f on white: 7.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#175e6f on black: 2.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green36.9%
Blue43.5%
CMYK percentages
Cyan79.3%
Magenta15.3%
Yellow0.0%
Key (black)56.5%
Color previews
#175e6f text on a black background
contrast 2.87:1
Card sample
#175e6f text on a white background
contrast 7.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #175e6f;
Background color
Panel with #175e6f background
background-color: #175e6f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #175e6f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 94, 111, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 94, 111, 0.45);
Border & gradient
Gradient panel
border: 3px solid #175e6f; background: linear-gradient(135deg, #175e6f, #17236F);