#17529d
a dark, vivid blue · cool · closest name: steelblue
RGB
23, 82, 157
HSL
214°, 74%, 35%
CMYK
85, 48, 0, 38
Luminance
0.0865
Every format
| HEX | #17529d |
| RGB | rgb(23, 82, 157) |
| HSL | hsl(214, 74%, 35%) |
| CMYK | cmyk(85%, 48%, 0%, 38%) |
| LAB | lab(35.3 10.5 -46.0) |
| LCH | lch(35.3 47.2 282.9) |
| OKLCH | oklch(0.445 0.136 256.7) |
Copy-ready code
/* CSS */
color: #17529d;
background-color: #17529d;
/* Tailwind (arbitrary) */
class="text-[#17529d] bg-[#17529d]"
/* SCSS */
$brand: #17529d;
/* SwiftUI */
Color(red: 0.090, green: 0.322, blue: 0.616)
/* Android */
Color.parseColor("#17529d")Accessibility — WCAG contrast
Aa
#17529d on white: 7.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#17529d on black: 2.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green32.2%
Blue61.6%
CMYK percentages
Cyan85.4%
Magenta47.8%
Yellow0.0%
Key (black)38.4%
Color previews
#17529d text on a black background
contrast 2.73:1
Card sample
#17529d text on a white background
contrast 7.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #17529d;
Background color
Panel with #17529d background
background-color: #17529d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #17529d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 82, 157, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 82, 157, 0.45);
Border & gradient
Gradient panel
border: 3px solid #17529d; background: linear-gradient(135deg, #17529d, #35179D);