#175443
a deep, vivid cyan · cool · closest name: darkslategray
RGB
23, 84, 67
HSL
163°, 57%, 21%
CMYK
73, 0, 20, 67
Luminance
0.0693
Every format
| HEX | #175443 |
| RGB | rgb(23, 84, 67) |
| HSL | hsl(163, 57%, 21%) |
| CMYK | cmyk(73%, 0%, 20%, 67%) |
| LAB | lab(31.6 -24.0 4.3) |
| LCH | lch(31.6 24.4 169.7) |
| OKLCH | oklch(0.402 0.068 170.6) |
Copy-ready code
/* CSS */
color: #175443;
background-color: #175443;
/* Tailwind (arbitrary) */
class="text-[#175443] bg-[#175443]"
/* SCSS */
$brand: #175443;
/* SwiftUI */
Color(red: 0.090, green: 0.329, blue: 0.263)
/* Android */
Color.parseColor("#175443")Accessibility — WCAG contrast
Aa
#175443 on white: 8.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#175443 on black: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green32.9%
Blue26.3%
CMYK percentages
Cyan72.6%
Magenta0.0%
Yellow20.2%
Key (black)67.1%
Color previews
#175443 text on a black background
contrast 2.39:1
Card sample
#175443 text on a white background
contrast 8.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #175443;
Background color
Panel with #175443 background
background-color: #175443;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #175443;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 84, 67, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 84, 67, 0.45);
Border & gradient
Gradient panel
border: 3px solid #175443; background: linear-gradient(135deg, #175443, #173C54);