#175141
a deep, vivid cyan · cool · closest name: darkslategray
RGB
23, 81, 65
HSL
163°, 56%, 20%
CMYK
72, 0, 20, 68
Luminance
0.0645
Every format
| HEX | #175141 |
| RGB | rgb(23, 81, 65) |
| HSL | hsl(163, 56%, 20%) |
| CMYK | cmyk(72%, 0%, 20%, 68%) |
| LAB | lab(30.5 -23.0 4.0) |
| LCH | lch(30.5 23.4 170.1) |
| OKLCH | oklch(0.393 0.066 171.0) |
Copy-ready code
/* CSS */
color: #175141;
background-color: #175141;
/* Tailwind (arbitrary) */
class="text-[#175141] bg-[#175141]"
/* SCSS */
$brand: #175141;
/* SwiftUI */
Color(red: 0.090, green: 0.318, blue: 0.255)
/* Android */
Color.parseColor("#175141")Accessibility — WCAG contrast
Aa
#175141 on white: 9.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#175141 on black: 2.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green31.8%
Blue25.5%
CMYK percentages
Cyan71.6%
Magenta0.0%
Yellow19.8%
Key (black)68.2%
Color previews
#175141 text on a black background
contrast 2.29:1
Card sample
#175141 text on a white background
contrast 9.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #175141;
Background color
Panel with #175141 background
background-color: #175141;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #175141;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 81, 65, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 81, 65, 0.45);
Border & gradient
Gradient panel
border: 3px solid #175141; background: linear-gradient(135deg, #175141, #173A51);