#5475ba
a balanced, soft blue · cool · closest name: steelblue
RGB
84, 117, 186
HSL
221°, 43%, 53%
CMYK
55, 37, 0, 27
Luminance
0.1815
Every format
| HEX | #5475ba |
| RGB | rgb(84, 117, 186) |
| HSL | hsl(221, 43%, 53%) |
| CMYK | cmyk(55%, 37%, 0%, 27%) |
| LAB | lab(49.7 8.6 -40.0) |
| LCH | lch(49.7 40.9 282.2) |
| OKLCH | oklch(0.569 0.114 263.8) |
Copy-ready code
/* CSS */
color: #5475ba;
background-color: #5475ba;
/* Tailwind (arbitrary) */
class="text-[#5475ba] bg-[#5475ba]"
/* SCSS */
$brand: #5475ba;
/* SwiftUI */
Color(red: 0.329, green: 0.459, blue: 0.729)
/* Android */
Color.parseColor("#5475ba")Accessibility — WCAG contrast
Aa
#5475ba on white: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5475ba on black: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red32.9%
Green45.9%
Blue72.9%
CMYK percentages
Cyan54.8%
Magenta37.1%
Yellow0.0%
Key (black)27.1%
Color previews
#5475ba text on a black background
contrast 4.63:1
Card sample
#5475ba text on a white background
contrast 4.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5475ba;
Background color
Panel with #5475ba background
background-color: #5475ba;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5475ba;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(84, 117, 186, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(84, 117, 186, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5475ba; background: linear-gradient(135deg, #5475ba, #7754BA);