#17469b
a dark, vivid blue · cool · closest name: midnightblue
RGB
23, 70, 155
HSL
219°, 74%, 35%
CMYK
85, 55, 0, 39
Luminance
0.0693
Every format
| HEX | #17469b |
| RGB | rgb(23, 70, 155) |
| HSL | hsl(219, 74%, 35%) |
| CMYK | cmyk(85%, 55%, 0%, 39%) |
| LAB | lab(31.6 17.9 -50.7) |
| LCH | lch(31.6 53.7 289.4) |
| OKLCH | oklch(0.417 0.148 261.1) |
Copy-ready code
/* CSS */
color: #17469b;
background-color: #17469b;
/* Tailwind (arbitrary) */
class="text-[#17469b] bg-[#17469b]"
/* SCSS */
$brand: #17469b;
/* SwiftUI */
Color(red: 0.090, green: 0.275, blue: 0.608)
/* Android */
Color.parseColor("#17469b")Accessibility — WCAG contrast
Aa
#17469b on white: 8.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#17469b on black: 2.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green27.5%
Blue60.8%
CMYK percentages
Cyan85.2%
Magenta54.8%
Yellow0.0%
Key (black)39.2%
Color previews
#17469b text on a black background
contrast 2.39:1
Card sample
#17469b text on a white background
contrast 8.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #17469b;
Background color
Panel with #17469b background
background-color: #17469b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #17469b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 70, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 70, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #17469b; background: linear-gradient(135deg, #17469b, #40179B);