#577ffc
a light, electric blue · warm · closest name: royalblue
RGB
87, 127, 252
HSL
226°, 97%, 67%
CMYK
66, 50, 0, 1
Luminance
0.2423
Every format
| HEX | #577ffc |
| RGB | rgb(87, 127, 252) |
| HSL | hsl(226, 97%, 67%) |
| CMYK | cmyk(66%, 50%, 0%, 1%) |
| LAB | lab(56.3 25.2 -66.6) |
| LCH | lch(56.3 71.2 290.7) |
| OKLCH | oklch(0.633 0.191 267.4) |
Copy-ready code
/* CSS */
color: #577ffc;
background-color: #577ffc;
/* Tailwind (arbitrary) */
class="text-[#577ffc] bg-[#577ffc]"
/* SCSS */
$brand: #577ffc;
/* SwiftUI */
Color(red: 0.341, green: 0.498, blue: 0.988)
/* Android */
Color.parseColor("#577ffc")Accessibility — WCAG contrast
Aa
#577ffc on white: 3.59:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#577ffc on black: 5.85:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green49.8%
Blue98.8%
CMYK percentages
Cyan65.5%
Magenta49.6%
Yellow0.0%
Key (black)1.2%
Color previews
#577ffc text on a black background
contrast 5.85:1
Card sample
#577ffc text on a white background
contrast 3.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #577ffc;
Background color
Panel with #577ffc background
background-color: #577ffc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #577ffc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 127, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 127, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #577ffc; background: linear-gradient(135deg, #577ffc, #9D57FC);