#496683
a dark, soft blue · cool · closest name: steelblue
RGB
73, 102, 131
HSL
210°, 28%, 40%
CMYK
44, 22, 0, 49
Luminance
0.1256
Every format
| HEX | #496683 |
| RGB | rgb(73, 102, 131) |
| HSL | hsl(210, 28%, 40%) |
| CMYK | cmyk(44%, 22%, 0%, 49%) |
| LAB | lab(42.1 -2.4 -19.4) |
| LCH | lch(42.1 19.6 262.9) |
| OKLCH | oklch(0.500 0.058 249.0) |
Copy-ready code
/* CSS */
color: #496683;
background-color: #496683;
/* Tailwind (arbitrary) */
class="text-[#496683] bg-[#496683]"
/* SCSS */
$brand: #496683;
/* SwiftUI */
Color(red: 0.286, green: 0.400, blue: 0.514)
/* Android */
Color.parseColor("#496683")Accessibility — WCAG contrast
Aa
#496683 on white: 5.98:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#496683 on black: 3.51:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green40.0%
Blue51.4%
CMYK percentages
Cyan44.3%
Magenta22.1%
Yellow0.0%
Key (black)48.6%
Color previews
#496683 text on a black background
contrast 3.51:1
Card sample
#496683 text on a white background
contrast 5.98:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #496683;
Background color
Panel with #496683 background
background-color: #496683;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #496683;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 102, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 102, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #496683; background: linear-gradient(135deg, #496683, #534983);