#17455f
a deep, vivid blue · cool · closest name: darkslategray
RGB
23, 69, 95
HSL
202°, 61%, 23%
CMYK
76, 27, 0, 63
Luminance
0.0526
Every format
| HEX | #17455f |
| RGB | rgb(23, 69, 95) |
| HSL | hsl(202, 61%, 23%) |
| CMYK | cmyk(76%, 27%, 0%, 63%) |
| LAB | lab(27.5 -5.9 -19.9) |
| LCH | lch(27.5 20.7 253.5) |
| OKLCH | oklch(0.372 0.066 237.3) |
Copy-ready code
/* CSS */
color: #17455f;
background-color: #17455f;
/* Tailwind (arbitrary) */
class="text-[#17455f] bg-[#17455f]"
/* SCSS */
$brand: #17455f;
/* SwiftUI */
Color(red: 0.090, green: 0.271, blue: 0.373)
/* Android */
Color.parseColor("#17455f")Accessibility — WCAG contrast
Aa
#17455f on white: 10.23:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#17455f on black: 2.05:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green27.1%
Blue37.3%
CMYK percentages
Cyan75.8%
Magenta27.4%
Yellow0.0%
Key (black)62.7%
Color previews
#17455f text on a black background
contrast 2.05:1
Card sample
#17455f text on a white background
contrast 10.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #17455f;
Background color
Panel with #17455f background
background-color: #17455f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #17455f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 69, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 69, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #17455f; background: linear-gradient(135deg, #17455f, #19175F);