#174655
a deep, vivid cyan · cool · closest name: darkslategray
RGB
23, 70, 85
HSL
195°, 57%, 21%
CMYK
73, 18, 0, 67
Luminance
0.0522
Every format
| HEX | #174655 |
| RGB | rgb(23, 70, 85) |
| HSL | hsl(195, 57%, 21%) |
| CMYK | cmyk(73%, 18%, 0%, 67%) |
| LAB | lab(27.4 -10.3 -13.6) |
| LCH | lch(27.4 17.1 232.8) |
| OKLCH | oklch(0.369 0.056 222.7) |
Copy-ready code
/* CSS */
color: #174655;
background-color: #174655;
/* Tailwind (arbitrary) */
class="text-[#174655] bg-[#174655]"
/* SCSS */
$brand: #174655;
/* SwiftUI */
Color(red: 0.090, green: 0.275, blue: 0.333)
/* Android */
Color.parseColor("#174655")Accessibility — WCAG contrast
Aa
#174655 on white: 10.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#174655 on black: 2.04:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green27.5%
Blue33.3%
CMYK percentages
Cyan72.9%
Magenta17.6%
Yellow0.0%
Key (black)66.7%
Color previews
#174655 text on a black background
contrast 2.04:1
Card sample
#174655 text on a white background
contrast 10.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #174655;
Background color
Panel with #174655 background
background-color: #174655;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #174655;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 70, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 70, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #174655; background: linear-gradient(135deg, #174655, #171D55);