#175646
a deep, vivid cyan · cool · closest name: darkslategray
RGB
23, 86, 70
HSL
165°, 58%, 21%
CMYK
73, 0, 19, 66
Luminance
0.0728
Every format
| HEX | #175646 |
| RGB | rgb(23, 86, 70) |
| HSL | hsl(165, 58%, 21%) |
| CMYK | cmyk(73%, 0%, 19%, 66%) |
| LAB | lab(32.4 -24.1 3.6) |
| LCH | lch(32.4 24.4 171.5) |
| OKLCH | oklch(0.409 0.069 172.4) |
Copy-ready code
/* CSS */
color: #175646;
background-color: #175646;
/* Tailwind (arbitrary) */
class="text-[#175646] bg-[#175646]"
/* SCSS */
$brand: #175646;
/* SwiftUI */
Color(red: 0.090, green: 0.337, blue: 0.275)
/* Android */
Color.parseColor("#175646")Accessibility — WCAG contrast
Aa
#175646 on white: 8.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#175646 on black: 2.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green33.7%
Blue27.5%
CMYK percentages
Cyan73.3%
Magenta0.0%
Yellow18.6%
Key (black)66.3%
Color previews
#175646 text on a black background
contrast 2.46:1
Card sample
#175646 text on a white background
contrast 8.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #175646;
Background color
Panel with #175646 background
background-color: #175646;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #175646;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 86, 70, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 86, 70, 0.45);
Border & gradient
Gradient panel
border: 3px solid #175646; background: linear-gradient(135deg, #175646, #173C56);