#576eb2
a balanced, soft blue · cool · closest name: steelblue
RGB
87, 110, 178
HSL
225°, 37%, 52%
CMYK
51, 38, 0, 30
Luminance
0.1639
Every format
| HEX | #576eb2 |
| RGB | rgb(87, 110, 178) |
| HSL | hsl(225, 37%, 52%) |
| CMYK | cmyk(51%, 38%, 0%, 30%) |
| LAB | lab(47.5 11.0 -38.8) |
| LCH | lch(47.5 40.3 285.9) |
| OKLCH | oklch(0.551 0.110 268.5) |
Copy-ready code
/* CSS */
color: #576eb2;
background-color: #576eb2;
/* Tailwind (arbitrary) */
class="text-[#576eb2] bg-[#576eb2]"
/* SCSS */
$brand: #576eb2;
/* SwiftUI */
Color(red: 0.341, green: 0.431, blue: 0.698)
/* Android */
Color.parseColor("#576eb2")Accessibility — WCAG contrast
Aa
#576eb2 on white: 4.91:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#576eb2 on black: 4.28:1
AA ✗ fail · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red34.1%
Green43.1%
Blue69.8%
CMYK percentages
Cyan51.1%
Magenta38.2%
Yellow0.0%
Key (black)30.2%
Color previews
#576eb2 text on a black background
contrast 4.28:1
Card sample
#576eb2 text on a white background
contrast 4.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #576eb2;
Background color
Panel with #576eb2 background
background-color: #576eb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #576eb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(87, 110, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(87, 110, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #576eb2; background: linear-gradient(135deg, #576eb2, #7D57B2);