#175161
a deep, vivid cyan · cool · closest name: darkslategray
RGB
23, 81, 97
HSL
193°, 62%, 24%
CMYK
76, 17, 0, 62
Luminance
0.0693
Every format
| HEX | #175161 |
| RGB | rgb(23, 81, 97) |
| HSL | hsl(193, 62%, 24%) |
| CMYK | cmyk(76%, 17%, 0%, 62%) |
| LAB | lab(31.6 -12.5 -14.7) |
| LCH | lch(31.6 19.3 229.5) |
| OKLCH | oklch(0.406 0.064 220.1) |
Copy-ready code
/* CSS */
color: #175161;
background-color: #175161;
/* Tailwind (arbitrary) */
class="text-[#175161] bg-[#175161]"
/* SCSS */
$brand: #175161;
/* SwiftUI */
Color(red: 0.090, green: 0.318, blue: 0.380)
/* Android */
Color.parseColor("#175161")Accessibility — WCAG contrast
Aa
#175161 on white: 8.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#175161 on black: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green31.8%
Blue38.0%
CMYK percentages
Cyan76.3%
Magenta16.5%
Yellow0.0%
Key (black)62.0%
Color previews
#175161 text on a black background
contrast 2.39:1
Card sample
#175161 text on a white background
contrast 8.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #175161;
Background color
Panel with #175161 background
background-color: #175161;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #175161;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 81, 97, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 81, 97, 0.45);
Border & gradient
Gradient panel
border: 3px solid #175161; background: linear-gradient(135deg, #175161, #172061);