#175693
a dark, vivid blue · cool · closest name: steelblue
RGB
23, 86, 147
HSL
210°, 73%, 33%
CMYK
84, 42, 0, 42
Luminance
0.0894
Every format
| HEX | #175693 |
| RGB | rgb(23, 86, 147) |
| HSL | hsl(210, 73%, 33%) |
| CMYK | cmyk(84%, 42%, 0%, 42%) |
| LAB | lab(35.9 3.8 -39.0) |
| LCH | lch(35.9 39.2 275.6) |
| OKLCH | oklch(0.448 0.117 251.8) |
Copy-ready code
/* CSS */
color: #175693;
background-color: #175693;
/* Tailwind (arbitrary) */
class="text-[#175693] bg-[#175693]"
/* SCSS */
$brand: #175693;
/* SwiftUI */
Color(red: 0.090, green: 0.337, blue: 0.576)
/* Android */
Color.parseColor("#175693")Accessibility — WCAG contrast
Aa
#175693 on white: 7.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#175693 on black: 2.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green33.7%
Blue57.6%
CMYK percentages
Cyan84.4%
Magenta41.5%
Yellow0.0%
Key (black)42.4%
Color previews
#175693 text on a black background
contrast 2.79:1
Card sample
#175693 text on a white background
contrast 7.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #175693;
Background color
Panel with #175693 background
background-color: #175693;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #175693;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 86, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 86, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #175693; background: linear-gradient(135deg, #175693, #2B1793);