#5577ee
a balanced, electric blue · warm · closest name: royalblue
RGB
85, 119, 238
HSL
227°, 82%, 63%
CMYK
64, 50, 0, 7
Luminance
0.2130
Every format
| HEX | #5577ee |
| RGB | rgb(85, 119, 238) |
| HSL | hsl(227, 82%, 63%) |
| CMYK | cmyk(64%, 50%, 0%, 7%) |
| LAB | lab(53.3 25.0 -63.7) |
| LCH | lch(53.3 68.5 291.4) |
| OKLCH | oklch(0.606 0.183 268.5) |
Copy-ready code
/* CSS */
color: #5577ee;
background-color: #5577ee;
/* Tailwind (arbitrary) */
class="text-[#5577ee] bg-[#5577ee]"
/* SCSS */
$brand: #5577ee;
/* SwiftUI */
Color(red: 0.333, green: 0.467, blue: 0.933)
/* Android */
Color.parseColor("#5577ee")Accessibility — WCAG contrast
Aa
#5577ee on white: 3.99:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#5577ee on black: 5.26:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green46.7%
Blue93.3%
CMYK percentages
Cyan64.3%
Magenta50.0%
Yellow0.0%
Key (black)6.7%
Color previews
#5577ee text on a black background
contrast 5.26:1
Card sample
#5577ee text on a white background
contrast 3.99:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5577ee;
Background color
Panel with #5577ee background
background-color: #5577ee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5577ee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 119, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 119, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5577ee; background: linear-gradient(135deg, #5577ee, #9955EE);