#175491
a dark, vivid blue · cool · closest name: steelblue
RGB
23, 84, 145
HSL
210°, 73%, 33%
CMYK
84, 42, 0, 43
Luminance
0.0857
Every format
| HEX | #175491 |
| RGB | rgb(23, 84, 145) |
| HSL | hsl(210, 73%, 33%) |
| CMYK | cmyk(84%, 42%, 0%, 43%) |
| LAB | lab(35.1 4.3 -39.0) |
| LCH | lch(35.1 39.2 276.4) |
| OKLCH | oklch(0.442 0.117 252.4) |
Copy-ready code
/* CSS */
color: #175491;
background-color: #175491;
/* Tailwind (arbitrary) */
class="text-[#175491] bg-[#175491]"
/* SCSS */
$brand: #175491;
/* SwiftUI */
Color(red: 0.090, green: 0.329, blue: 0.569)
/* Android */
Color.parseColor("#175491")Accessibility — WCAG contrast
Aa
#175491 on white: 7.74:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#175491 on black: 2.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green32.9%
Blue56.9%
CMYK percentages
Cyan84.1%
Magenta42.1%
Yellow0.0%
Key (black)43.1%
Color previews
#175491 text on a black background
contrast 2.71:1
Card sample
#175491 text on a white background
contrast 7.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #175491;
Background color
Panel with #175491 background
background-color: #175491;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #175491;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 84, 145, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 84, 145, 0.45);
Border & gradient
Gradient panel
border: 3px solid #175491; background: linear-gradient(135deg, #175491, #2B1791);