#5775f0
a balanced, electric blue · warm · closest name: royalblue
RGB
87, 117, 240
HSL
228°, 84%, 64%
CMYK
64, 51, 0, 6
Luminance
0.2104
Every format
| HEX | #5775f0 |
| RGB | rgb(87, 117, 240) |
| HSL | hsl(228, 84%, 64%) |
| CMYK | cmyk(64%, 51%, 0%, 6%) |
| LAB | lab(53.0 27.3 -65.3) |
| LCH | lch(53.0 70.8 292.7) |
| OKLCH | oklch(0.605 0.187 269.7) |
Copy-ready code
/* CSS */
color: #5775f0;
background-color: #5775f0;
/* Tailwind (arbitrary) */
class="text-[#5775f0] bg-[#5775f0]"
/* SCSS */
$brand: #5775f0;
/* SwiftUI */
Color(red: 0.341, green: 0.459, blue: 0.941)
/* Android */
Color.parseColor("#5775f0")Accessibility — WCAG contrast
Aa
#5775f0 on white: 4.03:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#5775f0 on black: 5.21:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green45.9%
Blue94.1%
CMYK percentages
Cyan63.7%
Magenta51.3%
Yellow0.0%
Key (black)5.9%
Color previews
#5775f0 text on a black background
contrast 5.21:1
Card sample
#5775f0 text on a white background
contrast 4.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5775f0;
Background color
Panel with #5775f0 background
background-color: #5775f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5775f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 117, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 117, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5775f0; background: linear-gradient(135deg, #5775f0, #9F57F0);