#577cfd
a light, electric blue · warm · closest name: royalblue
RGB
87, 124, 253
HSL
227°, 98%, 67%
CMYK
66, 51, 0, 1
Luminance
0.2353
Every format
| HEX | #577cfd |
| RGB | rgb(87, 124, 253) |
| HSL | hsl(227, 98%, 67%) |
| CMYK | cmyk(66%, 51%, 0%, 1%) |
| LAB | lab(55.6 27.4 -68.3) |
| LCH | lch(55.6 73.5 291.9) |
| OKLCH | oklch(0.627 0.196 268.2) |
Copy-ready code
/* CSS */
color: #577cfd;
background-color: #577cfd;
/* Tailwind (arbitrary) */
class="text-[#577cfd] bg-[#577cfd]"
/* SCSS */
$brand: #577cfd;
/* SwiftUI */
Color(red: 0.341, green: 0.486, blue: 0.992)
/* Android */
Color.parseColor("#577cfd")Accessibility — WCAG contrast
Aa
#577cfd on white: 3.68:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#577cfd on black: 5.71:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green48.6%
Blue99.2%
CMYK percentages
Cyan65.6%
Magenta51.0%
Yellow0.0%
Key (black)0.8%
Color previews
#577cfd text on a black background
contrast 5.71:1
Card sample
#577cfd text on a white background
contrast 3.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #577cfd;
Background color
Panel with #577cfd background
background-color: #577cfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #577cfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 124, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 124, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #577cfd; background: linear-gradient(135deg, #577cfd, #A157FD);