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