#495ba5
a balanced, soft blue · warm · closest name: steelblue
RGB
73, 91, 165
HSL
228°, 39%, 47%
CMYK
56, 45, 0, 35
Luminance
0.1162
Every format
| HEX | #495ba5 |
| RGB | rgb(73, 91, 165) |
| HSL | hsl(228, 39%, 47%) |
| CMYK | cmyk(56%, 45%, 0%, 35%) |
| LAB | lab(40.6 15.5 -42.1) |
| LCH | lch(40.6 44.9 290.2) |
| OKLCH | oklch(0.494 0.120 271.1) |
Copy-ready code
/* CSS */
color: #495ba5;
background-color: #495ba5;
/* Tailwind (arbitrary) */
class="text-[#495ba5] bg-[#495ba5]"
/* SCSS */
$brand: #495ba5;
/* SwiftUI */
Color(red: 0.286, green: 0.357, blue: 0.647)
/* Android */
Color.parseColor("#495ba5")Accessibility — WCAG contrast
Aa
#495ba5 on white: 6.32:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#495ba5 on black: 3.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red28.6%
Green35.7%
Blue64.7%
CMYK percentages
Cyan55.8%
Magenta44.8%
Yellow0.0%
Key (black)35.3%
Color previews
#495ba5 text on a black background
contrast 3.32:1
Card sample
#495ba5 text on a white background
contrast 6.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #495ba5;
Background color
Panel with #495ba5 background
background-color: #495ba5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #495ba5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(73, 91, 165, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(73, 91, 165, 0.45);
Border & gradient
Gradient panel
border: 3px solid #495ba5; background: linear-gradient(135deg, #495ba5, #7449A5);