#5572df
a balanced, vivid blue · warm · closest name: royalblue
RGB
85, 114, 223
HSL
227°, 68%, 60%
CMYK
62, 49, 0, 13
Luminance
0.1929
Every format
| HEX | #5572df |
| RGB | rgb(85, 114, 223) |
| HSL | hsl(227, 68%, 60%) |
| CMYK | cmyk(62%, 49%, 0%, 13%) |
| LAB | lab(51.0 23.0 -58.9) |
| LCH | lch(51.0 63.3 291.3) |
| OKLCH | oklch(0.586 0.169 269.4) |
Copy-ready code
/* CSS */
color: #5572df;
background-color: #5572df;
/* Tailwind (arbitrary) */
class="text-[#5572df] bg-[#5572df]"
/* SCSS */
$brand: #5572df;
/* SwiftUI */
Color(red: 0.333, green: 0.447, blue: 0.875)
/* Android */
Color.parseColor("#5572df")Accessibility — WCAG contrast
Aa
#5572df on white: 4.32:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#5572df on black: 4.86:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green44.7%
Blue87.5%
CMYK percentages
Cyan61.9%
Magenta48.9%
Yellow0.0%
Key (black)12.5%
Color previews
#5572df text on a black background
contrast 4.86:1
Card sample
#5572df text on a white background
contrast 4.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5572df;
Background color
Panel with #5572df background
background-color: #5572df;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5572df;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 114, 223, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 114, 223, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5572df; background: linear-gradient(135deg, #5572df, #9455DF);