Twilight
#4e518b
Twilight, represented by the hex value #4e518b, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #4e518b | |
|---|---|---|
| RGB | rgb(78, 81, 139) | |
| HSL | hsl(237, 28%, 43%) | |
| CMYK | cmyk(44%, 42%, 0%, 45%) | |
| LAB | lab(36, 11, -33) | |
| OKLCH | oklch(0.46 0.094 280) |
Color harmonies
Tints & shades
Code snippets
color: #4e518b;
background-color: #4e518b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-slate-500 /* ≈ #62748e */
/* Flutter */
Color(0xFF4E518B)
/* Swift / UIKit */
UIColor(red: 0.31, green: 0.32, blue: 0.55, alpha: 1.0)