#17519c
a dark, vivid blue · cool · closest name: steelblue
RGB
23, 81, 156
HSL
214°, 74%, 35%
CMYK
85, 48, 0, 39
Luminance
0.0847
Every format
| HEX | #17519c |
| RGB | rgb(23, 81, 156) |
| HSL | hsl(214, 74%, 35%) |
| CMYK | cmyk(85%, 48%, 0%, 39%) |
| LAB | lab(34.9 10.8 -46.0) |
| LCH | lch(34.9 47.2 283.2) |
| OKLCH | oklch(0.442 0.136 256.9) |
Copy-ready code
/* CSS */
color: #17519c;
background-color: #17519c;
/* Tailwind (arbitrary) */
class="text-[#17519c] bg-[#17519c]"
/* SCSS */
$brand: #17519c;
/* SwiftUI */
Color(red: 0.090, green: 0.318, blue: 0.612)
/* Android */
Color.parseColor("#17519c")Accessibility — WCAG contrast
Aa
#17519c on white: 7.80:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#17519c on black: 2.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green31.8%
Blue61.2%
CMYK percentages
Cyan85.3%
Magenta48.1%
Yellow0.0%
Key (black)38.8%
Color previews
#17519c text on a black background
contrast 2.69:1
Card sample
#17519c text on a white background
contrast 7.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #17519c;
Background color
Panel with #17519c background
background-color: #17519c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #17519c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 81, 156, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 81, 156, 0.45);
Border & gradient
Gradient panel
border: 3px solid #17519c; background: linear-gradient(135deg, #17519c, #36179C);