#5572be
a balanced, soft blue · cool · closest name: steelblue
RGB
85, 114, 190
HSL
223°, 45%, 54%
CMYK
55, 40, 0, 26
Luminance
0.1768
Every format
| HEX | #5572be |
| RGB | rgb(85, 114, 190) |
| HSL | hsl(223, 45%, 54%) |
| CMYK | cmyk(55%, 40%, 0%, 26%) |
| LAB | lab(49.1 12.0 -43.2) |
| LCH | lch(49.1 44.8 285.5) |
| OKLCH | oklch(0.565 0.123 266.7) |
Copy-ready code
/* CSS */
color: #5572be;
background-color: #5572be;
/* Tailwind (arbitrary) */
class="text-[#5572be] bg-[#5572be]"
/* SCSS */
$brand: #5572be;
/* SwiftUI */
Color(red: 0.333, green: 0.447, blue: 0.745)
/* Android */
Color.parseColor("#5572be")Accessibility — WCAG contrast
Aa
#5572be on white: 4.63:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5572be on black: 4.54:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green44.7%
Blue74.5%
CMYK percentages
Cyan55.3%
Magenta40.0%
Yellow0.0%
Key (black)25.5%
Color previews
#5572be text on a black background
contrast 4.54:1
Card sample
#5572be text on a white background
contrast 4.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5572be;
Background color
Panel with #5572be background
background-color: #5572be;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5572be;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 114, 190, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 114, 190, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5572be; background: linear-gradient(135deg, #5572be, #7E55BE);