#577ba4
a balanced, soft blue · cool · closest name: steelblue
RGB
87, 123, 164
HSL
212°, 31%, 49%
CMYK
47, 25, 0, 36
Luminance
0.1887
Every format
| HEX | #577ba4 |
| RGB | rgb(87, 123, 164) |
| HSL | hsl(212, 31%, 49%) |
| CMYK | cmyk(47%, 25%, 0%, 36%) |
| LAB | lab(50.5 -1.2 -25.9) |
| LCH | lch(50.5 25.9 267.3) |
| OKLCH | oklch(0.573 0.076 252.3) |
Copy-ready code
/* CSS */
color: #577ba4;
background-color: #577ba4;
/* Tailwind (arbitrary) */
class="text-[#577ba4] bg-[#577ba4]"
/* SCSS */
$brand: #577ba4;
/* SwiftUI */
Color(red: 0.341, green: 0.482, blue: 0.643)
/* Android */
Color.parseColor("#577ba4")Accessibility — WCAG contrast
Aa
#577ba4 on white: 4.40:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#577ba4 on black: 4.77:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green48.2%
Blue64.3%
CMYK percentages
Cyan47.0%
Magenta25.0%
Yellow0.0%
Key (black)35.7%
Color previews
#577ba4 text on a black background
contrast 4.77:1
Card sample
#577ba4 text on a white background
contrast 4.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #577ba4;
Background color
Panel with #577ba4 background
background-color: #577ba4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #577ba4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 123, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 123, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #577ba4; background: linear-gradient(135deg, #577ba4, #6657A4);