#496994
a dark, soft blue · cool · closest name: steelblue
RGB
73, 105, 148
HSL
214°, 34%, 43%
CMYK
51, 29, 0, 42
Luminance
0.1366
Every format
| HEX | #496994 |
| RGB | rgb(73, 105, 148) |
| HSL | hsl(214, 34%, 43%) |
| CMYK | cmyk(51%, 29%, 0%, 42%) |
| LAB | lab(43.7 1.1 -27.1) |
| LCH | lch(43.7 27.1 272.3) |
| OKLCH | oklch(0.515 0.078 256.1) |
Copy-ready code
/* CSS */
color: #496994;
background-color: #496994;
/* Tailwind (arbitrary) */
class="text-[#496994] bg-[#496994]"
/* SCSS */
$brand: #496994;
/* SwiftUI */
Color(red: 0.286, green: 0.412, blue: 0.580)
/* Android */
Color.parseColor("#496994")Accessibility — WCAG contrast
Aa
#496994 on white: 5.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#496994 on black: 3.73:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green41.2%
Blue58.0%
CMYK percentages
Cyan50.7%
Magenta29.1%
Yellow0.0%
Key (black)42.0%
Color previews
#496994 text on a black background
contrast 3.73:1
Card sample
#496994 text on a white background
contrast 5.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #496994;
Background color
Panel with #496994 background
background-color: #496994;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #496994;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 105, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 105, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #496994; background: linear-gradient(135deg, #496994, #5B4994);