#5577aa
a balanced, soft blue · cool · closest name: steelblue
RGB
85, 119, 170
HSL
216°, 33%, 50%
CMYK
50, 30, 0, 33
Luminance
0.1803
Every format
| HEX | #5577aa |
| RGB | rgb(85, 119, 170) |
| HSL | hsl(216, 33%, 50%) |
| CMYK | cmyk(50%, 30%, 0%, 33%) |
| LAB | lab(49.5 2.5 -30.9) |
| LCH | lch(49.5 31.0 274.7) |
| OKLCH | oklch(0.565 0.089 258.3) |
Copy-ready code
/* CSS */
color: #5577aa;
background-color: #5577aa;
/* Tailwind (arbitrary) */
class="text-[#5577aa] bg-[#5577aa]"
/* SCSS */
$brand: #5577aa;
/* SwiftUI */
Color(red: 0.333, green: 0.467, blue: 0.667)
/* Android */
Color.parseColor("#5577aa")Accessibility — WCAG contrast
Aa
#5577aa on white: 4.56:1
AA ✓ pass · AA-large ✓ · AAA ✗
Aa
#5577aa on black: 4.61:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red33.3%
Green46.7%
Blue66.7%
CMYK percentages
Cyan50.0%
Magenta30.0%
Yellow0.0%
Key (black)33.3%
Color previews
#5577aa text on a black background
contrast 4.61:1
Card sample
#5577aa text on a white background
contrast 4.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #5577aa;
Background color
Panel with #5577aa background
background-color: #5577aa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #5577aa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(85, 119, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(85, 119, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #5577aa; background: linear-gradient(135deg, #5577aa, #6C55AA);