Blue Jay
#5588dd
Here's everything about the color Blue Jay (#5588dd) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #5588dd | |
|---|---|---|
| RGB | rgb(85, 136, 221) | |
| HSL | hsl(218, 67%, 60%) | |
| CMYK | cmyk(62%, 38%, 0%, 13%) | |
| LAB | lab(56, 3, -49) | |
| OKLCH | oklch(0.63 0.14 260) |
Color harmonies
Tints & shades
Code snippets
color: #5588dd;
background-color: #5588dd;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-blue-500 /* ≈ #2b7fff */
/* Flutter */
Color(0xFF5588DD)
/* Swift / UIKit */
UIColor(red: 0.33, green: 0.53, blue: 0.87, alpha: 1.0)