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