#175481
a dark, vivid blue · cool · closest name: steelblue
RGB
23, 84, 129
HSL
206°, 70%, 30%
CMYK
82, 35, 0, 49
Luminance
0.0811
Every format
| HEX | #175481 |
| RGB | rgb(23, 84, 129) |
| HSL | hsl(206, 70%, 30%) |
| CMYK | cmyk(82%, 35%, 0%, 49%) |
| LAB | lab(34.2 -2.1 -30.7) |
| LCH | lch(34.2 30.8 266.1) |
| OKLCH | oklch(0.431 0.096 245.5) |
Copy-ready code
/* CSS */
color: #175481;
background-color: #175481;
/* Tailwind (arbitrary) */
class="text-[#175481] bg-[#175481]"
/* SCSS */
$brand: #175481;
/* SwiftUI */
Color(red: 0.090, green: 0.329, blue: 0.506)
/* Android */
Color.parseColor("#175481")Accessibility — WCAG contrast
Aa
#175481 on white: 8.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#175481 on black: 2.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green32.9%
Blue50.6%
CMYK percentages
Cyan82.2%
Magenta34.9%
Yellow0.0%
Key (black)49.4%
Color previews
#175481 text on a black background
contrast 2.62:1
Card sample
#175481 text on a white background
contrast 8.01:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #175481;
Background color
Panel with #175481 background
background-color: #175481;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #175481;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 84, 129, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 84, 129, 0.45);
Border & gradient
Gradient panel
border: 3px solid #175481; background: linear-gradient(135deg, #175481, #211781);