Galaxy Blue
#2d5284
Galaxy Blue, represented by the hex value #2d5284, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #2d5284 | |
|---|---|---|
| RGB | rgb(45, 82, 132) | |
| HSL | hsl(214, 49%, 35%) | |
| CMYK | cmyk(66%, 38%, 0%, 48%) | |
| LAB | lab(34, 0, -33) | |
| OKLCH | oklch(0.44 0.093 256) |
Color harmonies
Tints & shades
Code snippets
color: #2d5284;
background-color: #2d5284;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-slate-500 /* ≈ #62748e */
/* Flutter */
Color(0xFF2D5284)
/* Swift / UIKit */
UIColor(red: 0.18, green: 0.32, blue: 0.52, alpha: 1.0)