Dusk
#4e5481
Dusk is a color with the hex code #4e5481. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #4e5481 | |
|---|---|---|
| RGB | rgb(78, 84, 129) | |
| HSL | hsl(233, 25%, 41%) | |
| CMYK | cmyk(40%, 35%, 0%, 49%) | |
| LAB | lab(37, 7, -26) | |
| OKLCH | oklch(0.46 0.074 277) |
Color harmonies
Tints & shades
Code snippets
color: #4e5481;
background-color: #4e5481;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-slate-500 /* ≈ #62748e */
/* Flutter */
Color(0xFF4E5481)
/* Swift / UIKit */
UIColor(red: 0.31, green: 0.33, blue: 0.51, alpha: 1.0)