#175355
a deep, vivid cyan · cool · closest name: darkslategray
RGB
23, 83, 85
HSL
182°, 57%, 21%
CMYK
73, 2, 0, 67
Luminance
0.0702
Every format
| HEX | #175355 |
| RGB | rgb(23, 83, 85) |
| HSL | hsl(182, 57%, 21%) |
| CMYK | cmyk(73%, 2%, 0%, 67%) |
| LAB | lab(31.9 -17.9 -6.7) |
| LCH | lch(31.9 19.1 200.6) |
| OKLCH | oklch(0.406 0.060 198.3) |
Copy-ready code
/* CSS */
color: #175355;
background-color: #175355;
/* Tailwind (arbitrary) */
class="text-[#175355] bg-[#175355]"
/* SCSS */
$brand: #175355;
/* SwiftUI */
Color(red: 0.090, green: 0.325, blue: 0.333)
/* Android */
Color.parseColor("#175355")Accessibility — WCAG contrast
Aa
#175355 on white: 8.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#175355 on black: 2.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green32.5%
Blue33.3%
CMYK percentages
Cyan72.9%
Magenta2.4%
Yellow0.0%
Key (black)66.7%
Color previews
#175355 text on a black background
contrast 2.40:1
Card sample
#175355 text on a white background
contrast 8.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #175355;
Background color
Panel with #175355 background
background-color: #175355;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #175355;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 83, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 83, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #175355; background: linear-gradient(135deg, #175355, #172A55);