#495783
a dark, soft blue · warm · closest name: steelblue
RGB
73, 87, 131
HSL
226°, 28%, 40%
CMYK
44, 34, 0, 49
Luminance
0.0987
Every format
| HEX | #495783 |
| RGB | rgb(73, 87, 131) |
| HSL | hsl(226, 28%, 40%) |
| CMYK | cmyk(44%, 34%, 0%, 49%) |
| LAB | lab(37.6 6.9 -26.4) |
| LCH | lch(37.6 27.3 284.7) |
| OKLCH | oklch(0.465 0.074 269.9) |
Copy-ready code
/* CSS */
color: #495783;
background-color: #495783;
/* Tailwind (arbitrary) */
class="text-[#495783] bg-[#495783]"
/* SCSS */
$brand: #495783;
/* SwiftUI */
Color(red: 0.286, green: 0.341, blue: 0.514)
/* Android */
Color.parseColor("#495783")Accessibility — WCAG contrast
Aa
#495783 on white: 7.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
Aa
#495783 on black: 2.97:1
AA ✗ fail · AA-large ✗ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green34.1%
Blue51.4%
CMYK percentages
Cyan44.3%
Magenta33.6%
Yellow0.0%
Key (black)48.6%
Color previews
#495783 text on a black background
contrast 2.97:1
Card sample
#495783 text on a white background
contrast 7.06:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #495783;
Background color
Panel with #495783 background
background-color: #495783;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #495783;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 87, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 87, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #495783; background: linear-gradient(135deg, #495783, #624983);