#577fc2
a balanced, vivid blue · cool · closest name: steelblue
RGB
87, 127, 194
HSL
218°, 47%, 55%
CMYK
55, 35, 0, 24
Luminance
0.2110
Every format
| HEX | #577fc2 |
| RGB | rgb(87, 127, 194) |
| HSL | hsl(218, 47%, 55%) |
| CMYK | cmyk(55%, 35%, 0%, 24%) |
| LAB | lab(53.1 5.8 -39.2) |
| LCH | lch(53.1 39.7 278.5) |
| OKLCH | oklch(0.597 0.112 260.3) |
Copy-ready code
/* CSS */
color: #577fc2;
background-color: #577fc2;
/* Tailwind (arbitrary) */
class="text-[#577fc2] bg-[#577fc2]"
/* SCSS */
$brand: #577fc2;
/* SwiftUI */
Color(red: 0.341, green: 0.498, blue: 0.761)
/* Android */
Color.parseColor("#577fc2")Accessibility — WCAG contrast
Aa
#577fc2 on white: 4.02:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#577fc2 on black: 5.22:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green49.8%
Blue76.1%
CMYK percentages
Cyan55.2%
Magenta34.5%
Yellow0.0%
Key (black)23.9%
Color previews
#577fc2 text on a black background
contrast 5.22:1
Card sample
#577fc2 text on a white background
contrast 4.02:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #577fc2;
Background color
Panel with #577fc2 background
background-color: #577fc2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #577fc2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 127, 194, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 127, 194, 0.45);
Border & gradient
Gradient panel
border: 3px solid #577fc2; background: linear-gradient(135deg, #577fc2, #7657C2);