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