#175488
a dark, vivid blue · cool · closest name: steelblue
RGB
23, 84, 136
HSL
208°, 71%, 31%
CMYK
83, 38, 0, 47
Luminance
0.0830
Every format
| HEX | #175488 |
| RGB | rgb(23, 84, 136) |
| HSL | hsl(208, 71%, 31%) |
| CMYK | cmyk(83%, 38%, 0%, 47%) |
| LAB | lab(34.6 0.7 -34.4) |
| LCH | lch(34.6 34.4 271.2) |
| OKLCH | oklch(0.436 0.105 248.9) |
Copy-ready code
/* CSS */
color: #175488;
background-color: #175488;
/* Tailwind (arbitrary) */
class="text-[#175488] bg-[#175488]"
/* SCSS */
$brand: #175488;
/* SwiftUI */
Color(red: 0.090, green: 0.329, blue: 0.533)
/* Android */
Color.parseColor("#175488")Accessibility — WCAG contrast
Aa
#175488 on white: 7.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#175488 on black: 2.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green32.9%
Blue53.3%
CMYK percentages
Cyan83.1%
Magenta38.2%
Yellow0.0%
Key (black)46.7%
Color previews
#175488 text on a black background
contrast 2.66:1
Card sample
#175488 text on a white background
contrast 7.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #175488;
Background color
Panel with #175488 background
background-color: #175488;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #175488;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 84, 136, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 84, 136, 0.45);
Border & gradient
Gradient panel
border: 3px solid #175488; background: linear-gradient(135deg, #175488, #251788);