#17568c
a dark, vivid blue · cool · closest name: steelblue
RGB
23, 86, 140
HSL
208°, 72%, 32%
CMYK
84, 39, 0, 45
Luminance
0.0873
Every format
| HEX | #17568c |
| RGB | rgb(23, 86, 140) |
| HSL | hsl(208, 72%, 32%) |
| CMYK | cmyk(84%, 39%, 0%, 45%) |
| LAB | lab(35.5 1.0 -35.4) |
| LCH | lch(35.5 35.4 271.6) |
| OKLCH | oklch(0.443 0.108 249.2) |
Copy-ready code
/* CSS */
color: #17568c;
background-color: #17568c;
/* Tailwind (arbitrary) */
class="text-[#17568c] bg-[#17568c]"
/* SCSS */
$brand: #17568c;
/* SwiftUI */
Color(red: 0.090, green: 0.337, blue: 0.549)
/* Android */
Color.parseColor("#17568c")Accessibility — WCAG contrast
Aa
#17568c on white: 7.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#17568c on black: 2.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green33.7%
Blue54.9%
CMYK percentages
Cyan83.6%
Magenta38.6%
Yellow0.0%
Key (black)45.1%
Color previews
#17568c text on a black background
contrast 2.75:1
Card sample
#17568c text on a white background
contrast 7.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #17568c;
Background color
Panel with #17568c background
background-color: #17568c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #17568c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 86, 140, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 86, 140, 0.45);
Border & gradient
Gradient panel
border: 3px solid #17568c; background: linear-gradient(135deg, #17568c, #26178C);