#577cf1
a balanced, electric blue · warm · closest name: royalblue
RGB
87, 124, 241
HSL
226°, 85%, 64%
CMYK
64, 49, 0, 6
Luminance
0.2279
Every format
| HEX | #577cf1 |
| RGB | rgb(87, 124, 241) |
| HSL | hsl(226, 85%, 64%) |
| CMYK | cmyk(64%, 49%, 0%, 6%) |
| LAB | lab(54.9 23.3 -62.8) |
| LCH | lch(54.9 67.0 290.4) |
| OKLCH | oklch(0.619 0.180 267.7) |
Copy-ready code
/* CSS */
color: #577cf1;
background-color: #577cf1;
/* Tailwind (arbitrary) */
class="text-[#577cf1] bg-[#577cf1]"
/* SCSS */
$brand: #577cf1;
/* SwiftUI */
Color(red: 0.341, green: 0.486, blue: 0.945)
/* Android */
Color.parseColor("#577cf1")Accessibility — WCAG contrast
Aa
#577cf1 on white: 3.78:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#577cf1 on black: 5.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green48.6%
Blue94.5%
CMYK percentages
Cyan63.9%
Magenta48.5%
Yellow0.0%
Key (black)5.5%
Color previews
#577cf1 text on a black background
contrast 5.56:1
Card sample
#577cf1 text on a white background
contrast 3.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #577cf1;
Background color
Panel with #577cf1 background
background-color: #577cf1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #577cf1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 124, 241, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 124, 241, 0.45);
Border & gradient
Gradient panel
border: 3px solid #577cf1; background: linear-gradient(135deg, #577cf1, #9957F1);