#17618d
a dark, vivid blue · cool · closest name: steelblue
RGB
23, 97, 141
HSL
202°, 72%, 32%
CMYK
84, 31, 0, 45
Luminance
0.1065
Every format
| HEX | #17618d |
| RGB | rgb(23, 97, 141) |
| HSL | hsl(202, 72%, 32%) |
| CMYK | cmyk(84%, 31%, 0%, 45%) |
| LAB | lab(39.0 -5.5 -30.5) |
| LCH | lch(39.0 31.0 259.7) |
| OKLCH | oklch(0.471 0.099 240.7) |
Copy-ready code
/* CSS */
color: #17618d;
background-color: #17618d;
/* Tailwind (arbitrary) */
class="text-[#17618d] bg-[#17618d]"
/* SCSS */
$brand: #17618d;
/* SwiftUI */
Color(red: 0.090, green: 0.380, blue: 0.553)
/* Android */
Color.parseColor("#17618d")Accessibility — WCAG contrast
Aa
#17618d on white: 6.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#17618d on black: 3.13:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green38.0%
Blue55.3%
CMYK percentages
Cyan83.7%
Magenta31.2%
Yellow0.0%
Key (black)44.7%
Color previews
#17618d text on a black background
contrast 3.13:1
Card sample
#17618d text on a white background
contrast 6.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #17618d;
Background color
Panel with #17618d background
background-color: #17618d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #17618d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 97, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 97, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #17618d; background: linear-gradient(135deg, #17618d, #1C178D);