#17469f
a dark, vivid blue · cool · closest name: midnightblue
RGB
23, 70, 159
HSL
219°, 75%, 36%
CMYK
86, 56, 0, 38
Luminance
0.0707
Every format
| HEX | #17469f |
| RGB | rgb(23, 70, 159) |
| HSL | hsl(219, 75%, 36%) |
| CMYK | cmyk(86%, 56%, 0%, 38%) |
| LAB | lab(31.9 19.5 -52.6) |
| LCH | lch(31.9 56.1 290.3) |
| OKLCH | oklch(0.420 0.154 261.6) |
Copy-ready code
/* CSS */
color: #17469f;
background-color: #17469f;
/* Tailwind (arbitrary) */
class="text-[#17469f] bg-[#17469f]"
/* SCSS */
$brand: #17469f;
/* SwiftUI */
Color(red: 0.090, green: 0.275, blue: 0.624)
/* Android */
Color.parseColor("#17469f")Accessibility — WCAG contrast
Aa
#17469f on white: 8.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#17469f on black: 2.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green27.5%
Blue62.4%
CMYK percentages
Cyan85.5%
Magenta56.0%
Yellow0.0%
Key (black)37.6%
Color previews
#17469f text on a black background
contrast 2.41:1
Card sample
#17469f text on a white background
contrast 8.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #17469f;
Background color
Panel with #17469f background
background-color: #17469f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #17469f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 70, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 70, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #17469f; background: linear-gradient(135deg, #17469f, #43179F);