#175e64
a deep, vivid cyan · cool · closest name: darkslategray
RGB
23, 94, 100
HSL
185°, 63%, 24%
CMYK
77, 6, 0, 61
Luminance
0.0911
Every format
| HEX | #175e64 |
| RGB | rgb(23, 94, 100) |
| HSL | hsl(185, 63%, 24%) |
| CMYK | cmyk(77%, 6%, 0%, 61%) |
| LAB | lab(36.2 -18.9 -9.7) |
| LCH | lch(36.2 21.2 207.1) |
| OKLCH | oklch(0.443 0.068 203.4) |
Copy-ready code
/* CSS */
color: #175e64;
background-color: #175e64;
/* Tailwind (arbitrary) */
class="text-[#175e64] bg-[#175e64]"
/* SCSS */
$brand: #175e64;
/* SwiftUI */
Color(red: 0.090, green: 0.369, blue: 0.392)
/* Android */
Color.parseColor("#175e64")Accessibility — WCAG contrast
Aa
#175e64 on white: 7.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#175e64 on black: 2.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green36.9%
Blue39.2%
CMYK percentages
Cyan77.0%
Magenta6.0%
Yellow0.0%
Key (black)60.8%
Color previews
#175e64 text on a black background
contrast 2.82:1
Card sample
#175e64 text on a white background
contrast 7.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #175e64;
Background color
Panel with #175e64 background
background-color: #175e64;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #175e64;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 94, 100, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 94, 100, 0.45);
Border & gradient
Gradient panel
border: 3px solid #175e64; background: linear-gradient(135deg, #175e64, #172B64);