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