#175993
a dark, vivid blue · cool · closest name: steelblue
RGB
23, 89, 147
HSL
208°, 73%, 33%
CMYK
84, 40, 0, 42
Luminance
0.0943
Every format
| HEX | #175993 |
| RGB | rgb(23, 89, 147) |
| HSL | hsl(208, 73%, 33%) |
| CMYK | cmyk(84%, 40%, 0%, 42%) |
| LAB | lab(36.8 1.9 -37.5) |
| LCH | lch(36.8 37.6 272.9) |
| OKLCH | oklch(0.455 0.114 249.9) |
Copy-ready code
/* CSS */
color: #175993;
background-color: #175993;
/* Tailwind (arbitrary) */
class="text-[#175993] bg-[#175993]"
/* SCSS */
$brand: #175993;
/* SwiftUI */
Color(red: 0.090, green: 0.349, blue: 0.576)
/* Android */
Color.parseColor("#175993")Accessibility — WCAG contrast
Aa
#175993 on white: 7.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#175993 on black: 2.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red9.0%
Green34.9%
Blue57.6%
CMYK percentages
Cyan84.4%
Magenta39.5%
Yellow0.0%
Key (black)42.4%
Color previews
#175993 text on a black background
contrast 2.89:1
Card sample
#175993 text on a white background
contrast 7.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #175993;
Background color
Panel with #175993 background
background-color: #175993;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #175993;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(23, 89, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(23, 89, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #175993; background: linear-gradient(135deg, #175993, #281793);