#17527f
a dark, vivid blue · cool · closest name: steelblue
RGB
23, 82, 127
HSL
206°, 69%, 29%
CMYK
82, 35, 0, 50
Luminance
0.0775
Every format
| HEX | #17527f |
| RGB | rgb(23, 82, 127) |
| HSL | hsl(206, 69%, 29%) |
| CMYK | cmyk(82%, 35%, 0%, 50%) |
| LAB | lab(33.5 -1.6 -30.6) |
| LCH | lch(33.5 30.7 267.0) |
| OKLCH | oklch(0.425 0.095 246.2) |
Copy-ready code
/* CSS */
color: #17527f;
background-color: #17527f;
/* Tailwind (arbitrary) */
class="text-[#17527f] bg-[#17527f]"
/* SCSS */
$brand: #17527f;
/* SwiftUI */
Color(red: 0.090, green: 0.322, blue: 0.498)
/* Android */
Color.parseColor("#17527f")Accessibility — WCAG contrast
Aa
#17527f on white: 8.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#17527f on black: 2.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green32.2%
Blue49.8%
CMYK percentages
Cyan81.9%
Magenta35.4%
Yellow0.0%
Key (black)50.2%
Color previews
#17527f text on a black background
contrast 2.55:1
Card sample
#17527f text on a white background
contrast 8.24:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #17527f;
Background color
Panel with #17527f background
background-color: #17527f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #17527f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 82, 127, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 82, 127, 0.45);
Border & gradient
Gradient panel
border: 3px solid #17527f; background: linear-gradient(135deg, #17527f, #21177F);