Silent Orbit
#231c4d
Silent Orbit, represented by the hex value #231c4d, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #231c4d | |
|---|---|---|
| RGB | rgb(35, 28, 77) | |
| HSL | hsl(249, 47%, 21%) | |
| CMYK | cmyk(55%, 64%, 0%, 70%) | |
| LAB | lab(14, 15, -30) | |
| OKLCH | oklch(0.27 0.087 285) |
Color harmonies
Tints & shades
Code snippets
color: #231c4d;
background-color: #231c4d;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF231C4D)
/* Swift / UIKit */
UIColor(red: 0.14, green: 0.11, blue: 0.30, alpha: 1.0)